disguise developers

Designer Plugins

Plugins for Disguise Designer software.

VirtualCamera

Base class: Camera

Properties

coordSystemDisplay : int

Options: {0: ‘Relative’, 1: ‘Global’}
Category: Settings
UserName: Coordinate system

lensSource : int

Options: {0: ‘Local intrinsics’, 1: ‘Zoom from parent’, 2: ‘Intrinsics from parent’}
Category: Lens
UserName: Lens source

maxZoomInFactor : float

Maximum factor the camera can zoom in by before using purely virtual content, to avoid excessive pixellation

Category: Settings
UserName: Max zoom in factor

objectPositionReference : Object

Object used as a reference for the average position of real objects on the stage.
Used to calculate virtual camera viewpoints.

Category: Settings
UserName: Live action position marker

outputType : int

Options: {0: ‘Regular’, 1: ‘Spherical’}
Category: Output
UserName: Output type

parentCamera : Camera

Camera used as source for reprojection.

Category: Settings
UserName: Parent camera

posRelativeOrGlobal : Vec

relativePosition : Vec

relativeRotation : Vec

rotRelativeOrGlobal : Vec

sphericalImpl : SphericalCameraImpl

zoomScale : float

Zoom scaling to be applied to the parent camera.

Category: Lens
UserName: Zoom scale

Variables

INTRINSICS_FROM_PARENT : Final = 2

LOCAL_INTRINSICS : Final = 0

ZOOM_FROM_PARENT : Final = 1