bevy/crates/bevy_pbr/src/volumetric_fog
Joona Aalto 0fe17b8b30
Migrate fog volumes to required components (#15568)
# Objective

Another part of the migration to required components: fog volumes!

## Solution

Deprecate `FogVolumeBundle` and make `FogVolume` require `Transform` and
`Visibility`, as per the [chosen
proposal](https://hackmd.io/@bevy/required_components/%2FcO7JPSAQR5G0J_j5wNwtOQ).

---

## Migration Guide

Replace all insertions of `FogVolumeBundle` with the `Visibility`
component. The other components required by it will now be inserted
automatically.
2024-10-01 19:51:22 +00:00
..
mod.rs Migrate fog volumes to required components (#15568) 2024-10-01 19:51:22 +00:00
render.rs The Cooler 'Retain Rendering World' (#15320) 2024-09-30 18:51:43 +00:00
volumetric_fog.wgsl Implement volumetric fog support for both point lights and spotlights (#15361) 2024-09-29 21:30:53 +00:00