FogSpaceObject::GetFogDensity
Defined in:
Returns the fog density.
C4SpaceObjects.h
Prototype
float GetFogDensity(void) const;
Description
The GetFogDensity
function returns the fog density. See the FogSpaceObject::SetFogFunction
function for a description of how the density is used in calculating fog effects.
See Also