CameraRenderTracking
Extends CameraTracking with rendering-specific parameters such as clipping planes and overscan.
Category: Tracking
Base class: CameraTracking
Properties
orthoWidth : float
If > 0, this tracking represents an orthographic projection with the given width in metres.
overscan : Vec2
Overscan factor in X and Y directions. 1.0 means no overscan, 2.0 means double the dimensions in that direction.
virtualCameraReprojectionRequired : bool
If true, this tracking data comes from a virtual camera, and the captured video must be reprojected from the physical camera’s viewpoint to this viewpoint.
zFar : float
Far clipping plane distance in metres.
zNear : float
Near clipping plane distance in metres.