bevy/crates/bevy_pbr/src/light
findmyhappy 36a3e53e10
chore: fix some comments (#13083)
# Objective

remove repetitive words

Signed-off-by: findmyhappy <findhappy@sohu.com>
2024-04-25 19:09:16 +00:00
..
ambient_light.rs Extracting ambient light from light.rs, and creating light directory (#12369) 2024-03-13 01:24:00 +00:00
directional_light.rs Moving structs PointLight, SpotLight, and DirectionalLight out of light/mod.rs (#12656) 2024-03-23 02:16:07 +00:00
mod.rs chore: fix some comments (#13083) 2024-04-25 19:09:16 +00:00
point_light.rs Implement percentage-closer filtering (PCF) for point lights. (#12910) 2024-04-10 20:16:08 +00:00
spot_light.rs Moving structs PointLight, SpotLight, and DirectionalLight out of light/mod.rs (#12656) 2024-03-23 02:16:07 +00:00