bevy/crates/bevy_pbr/src
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
..
cluster Implement volumetric fog support for both point lights and spotlights (#15361) 2024-09-29 21:30:53 +00:00
deferred Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
light Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
light_probe Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
lightmap Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
meshlet Meshlet screenspace-derived tangents (#15084) 2024-09-29 18:39:25 +00:00
prepass Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
render Implement volumetric fog support for both point lights and spotlights (#15361) 2024-09-29 21:30:53 +00:00
ssao Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
ssr Rename rendering components for improved consistency and clarity (#15035) 2024-09-10 01:11:46 +00:00
volumetric_fog Implement volumetric fog support for both point lights and spotlights (#15361) 2024-09-29 21:30:53 +00:00
bundle.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
extended_material.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
fog.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
lib.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
material.rs Meshlet screenspace-derived tangents (#15084) 2024-09-29 18:39:25 +00:00
parallax.rs
pbr_material.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
wireframe.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00