pub const AMBIENT_DAYLIGHT: f32 = 10_000.; // 1.0E+4f32Expand description
The amount of light (lux) from ambient daylight (not direct sunlight).
This is the default for DirectionalLights in Bevy.
pub const AMBIENT_DAYLIGHT: f32 = 10_000.; // 1.0E+4f32The amount of light (lux) from ambient daylight (not direct sunlight).
This is the default for DirectionalLights in Bevy.