ReadonlychildrenThe children of this node. Do not modify this value directly (use Node.addChild and Node.removeChild instead).
ReadonlyenabledWhether or not this node is enabled. Disabled nodes and their descendents are not included in traversals.
ReadonlygetGet the world view projection matrix created by multiplying this camera's view projection matrix by the given world matrix. This can be used to render a node as it would appear from the perspective of this camera.
The world matrix.
The world view projection matrix.
Readonlybuffer: Readonly<The ArrayBuffer instance referenced by the array.
ReadonlymatrixThe transformation matrix of this node relative to its parent.
ReadonlyparentThe parent of this node.
ReadonlyprojThe projection matrix of this camera.
ReadonlyrotationThe rotation of this node relative to its parent.
Readonlybuffer: Readonly<The ArrayBuffer instance referenced by the array.
ReadonlyscalingThe scaling of this node relative to its parent.
Readonlybuffer: Readonly<The ArrayBuffer instance referenced by the array.
ReadonlysceneThe root node of this node's scene.
ReadonlytranslationThe translation of this node relative to its parent.
Readonlybuffer: Readonly<The ArrayBuffer instance referenced by the array.
ReadonlytraversePerform a function on this node and each of its children recursively.
The function to perform for each node. Receives as an argument the node and the node's world matrix. If this function returns true, the node's children are not included in the traversal.
ReadonlyviewThe view matrix of this camera, which represents the transformation that would move a scene into view of this camera. This is the inverse of this camera's world matrix.
Readonlybuffer: Readonly<The ArrayBuffer instance referenced by the array.
ReadonlyviewThe view projection matrix of this camera, which represents the transformation that would move a scene into view of this camera and apply a projection to it. This is the product of this camera's view matrix and projection matrix.
Readonlybuffer: Readonly<The ArrayBuffer instance referenced by the array.
ReadonlyworldThe world matrix of this node, which represents its transformation relative to the origin.
Readonlybuffer: Readonly<The ArrayBuffer instance referenced by the array.
ReadonlyworldThe translation of this node relative to the origin.
Readonlybuffer: Readonly<The ArrayBuffer instance referenced by the array.
A camera that views a scene. Read-only.