ArrayCamera

THREE.ArrayCamera
class ArrayCamera(var cameras: Array[PerspectiveCamera]) extends PerspectiveCamera

Array of cameras used for multi-viewport rendering.

Attributes

Graph
Supertypes
class Camera
class Object3D
class Object
trait Any
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def add(obj: Object3D*): Object3D.this.type

Attributes

Inherited from:
Object3D
def applyMatrix4(matrix: Matrix4): Unit

Attributes

Inherited from:
Object3D
def applyQuaternion(q: Quaternion): Object3D.this.type

Attributes

Inherited from:
Object3D
def attach(obj: Object3D): Object3D.this.type

Attributes

Inherited from:
Object3D
def clear(): Object3D.this.type

Attributes

Inherited from:
Object3D
def clearViewOffset(): Unit

Attributes

Inherited from:
PerspectiveCamera
def copy(source: Object3D, recursive: Boolean): Object3D.this.type

Attributes

Inherited from:
Object3D
def getEffectiveFOV(): Double

Attributes

Inherited from:
PerspectiveCamera
def getFilmHeight(): Double

Attributes

Inherited from:
PerspectiveCamera
def getFilmWidth(): Double

Attributes

Inherited from:
PerspectiveCamera
def getFocalLength(): Double

Attributes

Inherited from:
PerspectiveCamera
def getObjectById(id: Int): UndefOr[Object3D]

Attributes

Inherited from:
Object3D
def getObjectByName(name: String): UndefOr[Object3D]

Attributes

Inherited from:
Object3D
def getObjectByProperty(name: String, value: Any): UndefOr[Object3D]

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
Object3D
def getWorldScale(target: Vector3): Vector3

Attributes

Inherited from:
Object3D
def hasOwnProperty(v: String): Boolean

Attributes

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

Attributes

Inherited from:
Object
def jsClone(recursive: Boolean): Object3D.this.type

Attributes

Inherited from:
Object3D
def localToWorld(vector: Vector3): Vector3

Attributes

Inherited from:
Object3D
def lookAt(x: Any, y: UndefOr[Double], z: UndefOr[Double]): Unit

Attributes

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

Attributes

Inherited from:
Object
def raycast(raycaster: Object, intersects: Array[Object]): Unit

Attributes

Inherited from:
Object3D
def remove(ob: Object3D*): Object3D.this.type

Attributes

Inherited from:
Object3D
def rotateOnAxis(axis: Vector3, angle: Double): Object3D.this.type

Attributes

Inherited from:
Object3D
def rotateOnWorldAxis(axis: Vector3, angle: Double): Object3D.this.type

Attributes

Inherited from:
Object3D
def rotateX(angle: Double): Object3D.this.type

Attributes

Inherited from:
Object3D
def rotateY(angle: Double): Object3D.this.type

Attributes

Inherited from:
Object3D
def rotateZ(angle: Double): Object3D.this.type

Attributes

Inherited from:
Object3D
def setFocalLength(focalLength: Double): Unit

Attributes

Inherited from:
PerspectiveCamera
def setRotationFromAxisAngle(axis: Vector3, angle: Double): Unit

Attributes

Inherited from:
Object3D
def setRotationFromEuler(euler: Euler): Unit

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
Object3D
def setViewOffset(fullWidth: Double, fullHeight: Double, x: Double, y: Double, width: Double, height: Double): Unit

Attributes

Inherited from:
PerspectiveCamera
def toLocaleString(): String

Attributes

Inherited from:
Object
def translateOnAxis(axis: Vector3, distance: Double): Object3D.this.type

Attributes

Inherited from:
Object3D
def translateX(distance: Double): Object3D.this.type

Attributes

Inherited from:
Object3D
def translateY(distance: Double): Object3D.this.type

Attributes

Inherited from:
Object3D
def translateZ(distance: Double): Object3D.this.type

Attributes

Inherited from:
Object3D
def traverse(callback: Function1[Object3D, Unit]): Unit

Attributes

Inherited from:
Object3D
def traverseAncestors(callback: Function1[Object3D, Unit]): Unit

Attributes

Inherited from:
Object3D
def traverseVisible(callback: Function1[Object3D, Unit]): Unit

Attributes

Inherited from:
Object3D
def updateMatrix(): Unit

Attributes

Inherited from:
Object3D
def updateMatrixWorld(force: Boolean): Unit

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
PerspectiveCamera
def updateWorldMatrix(updateParent: Boolean, updateChildren: Boolean): Unit

Attributes

Inherited from:
Object3D
def valueOf(): Any

Attributes

Inherited from:
Object
def worldToLocal(vector: Vector3): Vector3

Attributes

Inherited from:
Object3D

Concrete fields

Inherited fields

val `type`: String

Attributes

Inherited from:
Object3D
var aspect: Double

Attributes

Inherited from:
PerspectiveCamera
var castShadow: Boolean

Attributes

Inherited from:
Object3D
val children: Array[Object3D]

Attributes

Inherited from:
Object3D
var far: Double

Attributes

Inherited from:
PerspectiveCamera
var filmGauge: Double

Attributes

Inherited from:
PerspectiveCamera
var filmOffset: Double

Attributes

Inherited from:
PerspectiveCamera
var focus: Double

Attributes

Inherited from:
PerspectiveCamera
var fov: Double

Attributes

Inherited from:
PerspectiveCamera
var frustumCulled: Boolean

Attributes

Inherited from:
Object3D
val id: Int

Attributes

Inherited from:
Object3D
var layers: Object

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
Object3D
var matrixAutoUpdate: Boolean

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
Camera
var matrixWorldNeedsUpdate: Boolean

Attributes

Inherited from:
Object3D
var name: String

Attributes

Inherited from:
Object3D
var near: Double

Attributes

Inherited from:
PerspectiveCamera
var parent: UndefOr[Object3D]

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
Camera

Attributes

Inherited from:
Camera

Attributes

Inherited from:
Object3D
var receiveShadow: Boolean

Attributes

Inherited from:
Object3D
var renderOrder: Double

Attributes

Inherited from:
Object3D

Attributes

Inherited from:
Object3D
var scale: Vector3

Attributes

Inherited from:
Object3D
var userData: Object

Attributes

Inherited from:
Object3D
val uuid: String

Attributes

Inherited from:
Object3D
var visible: Boolean

Attributes

Inherited from:
Object3D
var zoom: Double

Attributes

Inherited from:
PerspectiveCamera