Constructor. Pass a 2D CameraConfig to the parent class and initialize the projection and view matrices
the 3D CameraConfig
Concrete 3D CameraFollow specification
Concrete 3D projection matrix
Concrete 3D Transform Component, used as the View Matrix
Retrieve the Camera's name
Attach the 3D Camera to an Entity with the given 3D CameraFollowRules
If no CameraFollowRules are provided, use defaults: - position.x - true - position.y - true - position.z - true - angles.x (pitch) - true - angles.y (yaw) - true - angles.z (roll) - false
the Entity to follow
the 3D CameraFollowRules to apply in following the Entity
Detach the Camera from the Entity it's following
Compute the 3D Camera's View Matrix
the 3D View Matrix
Move along all three axes by a given 3D vector (relative to self)
the 3D vector to move by
Move along the forward axis by a given amount (relative to self)
the amount to move by
Move along the right axis by a given amount (relative to self)
the amount to move by
Move along the up axis by a given amount (relative to self)
the amount to move by
Reset the Camera's Transform
Rotate around all three axes by 3 given angles (radians)
the X, Y and Z angles to rotate by
Rotate by a given angle (radians) around the X axis; pitch
the angle to rotate by
Rotate by a given angle (radians) around the Y axis; yaw
the angle to rotate by
Rotate by a given angle (radians) around the Z axis; roll
the angle to rotate by
Move by a given translation vector (relative to world axes)
the translation vector
'Zoom' the Camera by scaling by a given factor (relative to current scale)
the 3D factor to scale by
'Zoom' the Camera by scaling to a given absolute factor
the 3D factor to scale to
Concrete 3D Camera, setting out 3D-specific properties and behavior, providing type safety for Aura3D
Supports both Orthographic and Perspecitve Projection approaches by way of the projection configuration member 'mode'