Defined in ../node_modules/@types/three/src/scenes/FogExp2.d.ts:21 Constructorsconstructor new FogExp2 ( color , density ? ) : FogExp2 Defined in ../node_modules/@types/three/src/scenes/FogExp2.d.ts:28 Propertiescolor Defined in ../node_modules/@types/three/src/scenes/FogExp2.d.ts:48 density density : number
Defined in ../node_modules/@types/three/src/scenes/FogExp2.d.ts:55 Readonly
isFogExp2 isFogExp2
Defined in ../node_modules/@types/three/src/scenes/FogExp2.d.ts:35 name name : string
Defined in ../node_modules/@types/three/src/scenes/FogExp2.d.ts:42 Methodsclone clone ( ) : FogExp2 Defined in ../node_modules/@types/three/src/scenes/FogExp2.d.ts:60 toJSON toJSON ( ) : FogExp2JSON Defined in ../node_modules/@types/three/src/scenes/FogExp2.d.ts:65
M M N E P V F C I C P M F P C P T T A A A T R
This class contains the parameters that define exponential squared fog, which gives a clear view near the camera and a faster than exponentially densening fog farther from the camera.
Example
See