bevy/crates/bevy_pbr
Nathaniel Bielanski d836ece676
Moving structs PointLight, SpotLight, and DirectionalLight out of light/mod.rs (#12656)
# Objective

Follow up from PR #12369 to extract lighting structs from light/mod.rs
into their own file.
Part of the Purdue Refactoring Team's goals issue #12349 

## Solution

- Moved PointLight from light/mod.rs to light/point_light.rs
- Moved SpotLight from light/mod.rs to light/spot_light.rs
- Moved DirectionalLight from light/mod.rs to light/directional_light.rs
2024-03-23 02:16:07 +00:00
..
src Moving structs PointLight, SpotLight, and DirectionalLight out of light/mod.rs (#12656) 2024-03-23 02:16:07 +00:00
Cargo.toml Update to fixedbitset 0.5 (#12512) 2024-03-17 18:43:05 +00:00