bevy/crates/bevy_light/src
coolcatcoder c85ab89615
Allow NotShadowCaster to be used with HierarchyPropagatePlugin. (#20120)
# Objective

Allow NotShadowCaster to be used with HierarchyPropagatePlugin.

## Solution

Implements Clone and PartialEq for NotShadowCaster.
2025-07-14 21:55:12 +00:00
..
cluster
ambient_light.rs
cascade.rs
directional_light.rs
lib.rs Allow NotShadowCaster to be used with HierarchyPropagatePlugin. (#20120) 2025-07-14 21:55:12 +00:00
point_light.rs
probe.rs Move IrradianceVolume to bevy_light (#20000) 2025-07-07 20:11:43 +00:00
spot_light.rs
volumetric.rs