FogExp2

THREE.FogExp2
See theFogExp2 companion class
object FogExp2

Companion object for creating FogExp2 instances

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FogExp2.type

Members list

Value members

Concrete methods

def apply(color: Color | Int, density: Double): FogExp2

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

def apply(hexColor: Int): FogExp2

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

def apply(hexColor: Int, density: Double): FogExp2