<p class="desc">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.</p>
+ <h2>Code Example</h2>
+
+ <code>const scene = new THREE.Scene();
+ scene.fog = new THREE.FogExp2( 0xcccccc, 0.002 );