ReflectorNodeOptions

THREE.ReflectorNodeOptions
trait ReflectorNodeOptions extends Object

Configuration options for ReflectorNode.

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

var color: UndefOr[Int | String | Color]

The color of the reflector.

The color of the reflector.

Attributes

var distortion: UndefOr[Double]

The amount of distortion in the reflection.

The amount of distortion in the reflection.

Attributes

var mixer: UndefOr[Object]

The mixer for combining the reflection with the base material.

The mixer for combining the reflection with the base material.

Attributes

var resolutionScale: UndefOr[Double]

The resolution scale of the internal render target. Note: This is called 'resolutionScale' in r180+, replacing the old 'resolution' parameter.

The resolution scale of the internal render target. Note: This is called 'resolutionScale' in r180+, replacing the old 'resolution' parameter.

Attributes