explicit luminance
This commit is contained in:
parent
3317666ec2
commit
67fcd8096d
|
@ -64,7 +64,7 @@ pub fn setup(
|
||||||
// Add Light
|
// Add Light
|
||||||
commands.spawn(DirectionalLightBundle {
|
commands.spawn(DirectionalLightBundle {
|
||||||
directional_light: DirectionalLight {
|
directional_light: DirectionalLight {
|
||||||
illuminance: light_consts::lux::OVERCAST_DAY,
|
illuminance: 1000.0,
|
||||||
shadows_enabled: true,
|
shadows_enabled: true,
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue