CubeCamera

THREE.CubeCamera
class CubeCamera(near: Double, far: Double, val renderTarget: Object) extends Object

Creates 6 cameras that render to a WebGLCubeRenderTarget.

Attributes

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

Members list

Value members

Concrete methods

def update(renderer: WebGLRenderer, scene: Scene): Unit

Updates the render target cube with the camera views.

Updates the render target cube with the camera views.

Attributes

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

The parent Object3D containing the 6 perspective cameras.

The parent Object3D containing the 6 perspective cameras.

Attributes

val renderTarget: Object