Struct three_d::effect::FogEffect [−][src]
pub struct FogEffect {
pub color: Vec3,
pub density: f32,
pub animation: f32,
// some fields omitted
}Expand description
An effect that simulates fog, ie. the entire screen gets hazy white when objects are far away.
Fields
color: Vec3density: f32animation: f32