disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

CameraRenderTracking

Extends CameraTracking with rendering-specific parameters such as clipping planes and overscan.

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.