Three.V8

3D rendering engine using JavaScript as user script.

View on GitHub

<–Home

class Reflector

Planar reflector. Captures reflection image which is used by the children of the object.

class Reflector extends Object3D

Inheritance Object3D –> Reflector

Name Description
Constructors  
Reflector() Creates a new Reflector.
Properties  
width Width of the reflector plane
height Height of the reflector plane

Constructors

Reflector()

Reflector()

Creates a new Reflector.

Properties

See the base Object3D class for common properties.

width

.width: Number

Width of the reflector plane, the object’s coordinate.

Readable and writable.

height

.height: Number

Height of the reflector plane, the object’s coordinate.

Readable and writable.