brighter directional illumination
This commit is contained in:
parent
b0407135a1
commit
579a354f50
|
@ -102,7 +102,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: 1000.0,
|
illuminance: 3000.0,
|
||||||
shadows_enabled: false,
|
shadows_enabled: false,
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue