IEffectFogΒΆ

interface IEffectFog

The common effect fog rendering parameters.

Vector3 FogColor

The floating point fog color.

bool FogEnabled

Used to toggle the rendering of fog.

float FogEnd

The world space distance from the camera at which fogging is fully applied.

float FogStart

The world space distance from the camera at which fogging begins.