Abstract
Internal
Protected
Abstract
__targetProtected
_calcZFarCalculates the far clipping plane (zFar) for the camera based on the near clipping plane and a scaling factor. This method is used when autoCalculateZNearAndZFar is enabled.
The camera component to update.
Protected
_calcZNearCalculates the near clipping plane (zNear) for the camera based on the target entities' bounding boxes. This method is used when autoCalculateZNearAndZFar is enabled and there are target entities.
The camera component to update.
The position of the camera's eye in world space.
The direction the camera is facing.
Abstract
getAbstract
setAbstract
set
AbstractCameraController is an abstract class that defines the interface for camera controllers.