#textures seem dimmed

11 messages · Page 1 of 1 (latest)

surreal orchid
#

depending on what kind of look you're going for

hot cedar
#

uhhh

#

the graphics looks like this

#

without any light it looks like this on the model

#

when I add

fn setup_ambient_light(mut commands: Commands) {
    commands.insert_resource(AmbientLight {
        color: Color::rgb(1.0, 1.0, 1.0),
        brightness: 1.0,
    });
}
#

it looks like this

#

I cannot find any value where it's bright and where at the same time it's not looking like this