lower illuminance from the sun
This commit is contained in:
parent
b614f723c8
commit
c59f8242c9
|
@ -105,7 +105,7 @@ pub fn setup_camera(
|
||||||
// Add Light from the Sun
|
// Add Light from the Sun
|
||||||
commands.spawn(DirectionalLightBundle {
|
commands.spawn(DirectionalLightBundle {
|
||||||
directional_light: DirectionalLight {
|
directional_light: DirectionalLight {
|
||||||
illuminance: 3000.0,
|
illuminance: 2000.0,
|
||||||
shadows_enabled: settings.shadows_sun,
|
shadows_enabled: settings.shadows_sun,
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue