bevy/crates/bevy_pbr/src/cluster
Sou1gh0st 39d96ef0fd
Implement volumetric fog support for both point lights and spotlights (#15361)
# Objective
- Fixes: https://github.com/bevyengine/bevy/issues/14451

## Solution
- Adding volumetric fog sampling code for both point lights and
spotlights.

## Testing
- I have modified the example of volumetric_fog.rs by adding a
volumetric point light and a volumetric spotlight.


https://github.com/user-attachments/assets/3eeb77a0-f22d-40a6-a48a-2dd75d55a877
2024-09-29 21:30:53 +00:00
..
assign.rs Implement volumetric fog support for both point lights and spotlights (#15361) 2024-09-29 21:30:53 +00:00
mod.rs Implement volumetric fog support for both point lights and spotlights (#15361) 2024-09-29 21:30:53 +00:00
test.rs Move clustering-related types and functions into their own module. (#13640) 2024-06-03 15:05:48 +00:00