bevy_exponential_height_fog 0.1.0

Standalone exponential height fog extension for Bevy volumetric fog.
Documentation
1
2
3
4
5
6
7
8
9
mod component;
mod node;
mod pipeline;
mod plugin;

pub use component::{
    ExponentialHeightFog, ExponentialHeightFogDistanceMode, ExponentialHeightFogLayer,
};
pub use plugin::ExponentialHeightFogPlugin;