[name]
This class contains the parameters that define exponential fog, i.e., that grows exponentially denser with the distance.
Constructor
[name]( [page:Integer hex], [page:Float density])
The hex parameter is passed to the [page:Color] constructor to set the color property. Hex can be a hexadecimal integer or a CSS-style string.
Properties
.[page:String name]
Default is the empty string.
.[page:Color color]
Fog color. Example: If set to black, far away objects will be rendered black.
.[page:Float density]
Defines how fast the fog will grow dense.
Default is 0.00025.
Methods
.clone() [page:FogExp2]
Returns a copy of this.
Source
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]