diff --git a/crates/bevy_pbr/src/light.rs b/crates/bevy_pbr/src/light.rs index 5033b273b1b32a..09349ce5baed4b 100644 --- a/crates/bevy_pbr/src/light.rs +++ b/crates/bevy_pbr/src/light.rs @@ -144,6 +144,9 @@ impl Default for SpotLight { /// approximation for light sources VERY far away, like the sun or /// the moon. /// +/// The light shines along the forward direction of the entity's transform. With a default transform +/// this would be along the negative-Z axis. +/// /// Valid values for `illuminance` are: /// /// | Illuminance (lux) | Surfaces illuminated by |