Generated with
Copyright (c) 2022-2025, Olivier NOUGUIER
Copyright (c) 2022-2025, Olivier NOUGUIER
THREE.FogExp2
See theFogExp2 companion class
Companion object for creating FogExp2 instances
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Creates a new FogExp2 instance
Creates a new FogExp2 instance
Value parameters
-
color
-
The fog's color (can be a hex number or Color object)
-
density
-
Defines how fast the fog will grow dense (default: 0.00025)
Attributes
-
Returns
-
A new FogExp2 instance
Creates a new FogExp2 instance with hex color
Creates a new FogExp2 instance with hex color
Value parameters
-
density
-
Defines how fast the fog will grow dense (default: 0.00025)
-
hexColor
-
The fog's color as a hex number
Attributes
-
Returns
-
A new FogExp2 instance