Create options
Add a new child to the container
The child to add
Add new children to the container
The children to add
Attaches a camera which is used to render this frame
The camera to attach
Build this container This is an internal method
Renderer instance
Compute the boundings of this container
Destroy this Object
Indicates if the transforms of the container should be updated automatically
Draw the frame
The frame's attached camera
The boundings of this container
Returns the child based on the provided id
The child id to query by
Returns the child based on the provided name
The child name to query by
Returns the children of this container
The clear color of the frame
The color attachment output of the frame
The depth attachment output of the frame
The container's unique id
The model inverse matrix of this container
The model matrix of this container
The container name
Returns the parent container
The container's rotation pivot
The container's rotation
The rotation matrix of this container
The container's scale
Returns the top-level parent container
The container's translation
Check if the container contains a child
The child to check
Disables that the container should be rendered
Indicates if the container is destroyed
Indicates if the container gets rendered
Converts the provided vector from local-space into world-space
The vector to convert
Remove a child from the container
The child to remove
Render this container This is an internal method
Encoder object to add commands to
Rotates this container
A vector to rotate by (in radians)
Sets this container's rotation based on the provided axis and angle
The rotation axis
The rotation angle (in radians)
Rotates this container on the X axis
The value to rotate by (in radians)
Rotates this container on the Y axis
The value to rotate by (in radians)
Rotates this container on the Z axis
The value to rotate by (in radians)
Scales this container
A vector to scale by
Scales this container on the X axis
The value to scale by
Scales this container on the Y axis
The value to scale by
Scales this container on the Z axis
The value to scale by
Update the container name
The new container name
Update the parent container
Update the container's rotation pivot
The new container pivot
Update the container's rotation
The new container rotation
Update the container's scale
The new container scale
Update the container's translation
The new container translation
Enables that the container should be rendered
Translates this container
A vector to translate by
Translates this container on the X axis
The number to translate by
Translates this container on the Y axis
The number to translate by
Translates this container on the Z axis
The number to translate by
Update the frame children
Update the boundings of this container
Update the transforms of this container
Converts the provided vector from world-space into local-space
The vector to convert
Generated using TypeDoc