$darkmode
Depth-based atmospheric fog parameters. More...
#include <postprocess.h>
Data Fields | |
| float | density |
| float | start |
| float | height_falloff |
| float | color [3] |
Depth-based atmospheric fog parameters.
| float FogParams::color[3] |
Fog color (linear RGB).
| float FogParams::density |
Exponential fog density.
| float FogParams::height_falloff |
Vertical attenuation factor.
| float FogParams::start |
Near distance where fog begins.