THREE.FogExp2
See theFogExp2 companion object
class FogExp2 extends Object
This class can be used to define an exponential squared fog, which gives a clear view near the camera and a faster than exponentially densening fog farther from the camera.
val scene = new Scene()
scene.fog = FogExp2(0xcccccc, 0.002)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Concrete fields
Defines how fast the fog will grow dense
Defines how fast the fog will grow dense
Attributes
This flag can be used for type testing
This flag can be used for type testing
Attributes
The name of the fog
The name of the fog
Attributes
In this article