bevy/crates/bevy_pbr/src/light
Aevyrie 3cefe82aff
Projection Improvements (#18458)
# Objective

- Remove a component impl footgun
- Make projection code slightly nicer, and remove the need to import the
projection trait when using the methods on `Projection`.

## Solution

- Do the things.
2025-06-24 03:26:38 +00:00
..
ambient_light.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
directional_light.rs Small docs PR for PointLightShadowMap/DirectionalLightShadowMap (#18768) 2025-04-09 22:23:21 +00:00
mod.rs Projection Improvements (#18458) 2025-06-24 03:26:38 +00:00
point_light.rs Small docs PR for PointLightShadowMap/DirectionalLightShadowMap (#18768) 2025-04-09 22:23:21 +00:00
spot_light.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00