ren.gay
Black Ops III
SetExpFog
Creates an exponential fog.
Example:
SetExpFog(.0001144, 131/255, 116/255, 71/255, 0)
Parameters
Parameter
Summary
*startDist
The distance, in world units, at which the fog begins.
*halfwayDist
The distance, beyond the startDist, at which the scene will be 50% fogged.
*red
The red component of the fog as a value between 0.0 and 1.0
*green
The red component of the fog as a value between 0.0 and 1.0
*blue
The red component of the fog as a value between 0.0 and 1.0
*transition time
transition time in seconds
* = mandatory