disguise developers

Designer Plugins

Plugins for Disguise Designer software.

SlcConfig

Base class: Resource

Properties

intersectionExpansion : float

Amount of pixels the region will be expanded by for intersection testing.
Useful for consolidating adjacent regions into fewer regions without affecting isolated regions

UserName: Intersection expansion (pixels)

latency : int

Latency for view calculation solver

Options: {0: ‘Now’, 1: ‘Next Frame’, 2: ‘On Completed’}
UserName: Latency

maxRegionResolution : Int2

Resolution regions will split into

UserName: Region resolution (maximum)

maxRegionsPerView : int

A hard limit on the number of regions per view

UserName: Maximum regions per view

minRegionResolution : Int2

Resolution regions will be rounded up to

UserName: Region resolution (minimum)

minimumResolution : Int2

Threshold for enabling SLC view calculations

UserName: Resolution threshold

offsetThreshold : float

Movement threshold for forced recalculation of a view.
Increase if tracking jitter is causing high load due to SLC recalculations.

UserName: Movement threshold (m)

overscan : float

Ratio to expand projection area by, to account for distortion or other clipping.
1 means 100%, 2 means 200%

UserName: Overscan

regionExpansion : float

Amount of pixels the region will be expanded by.
Can be used alongside overscan to expand regions to account for movement

UserName: Region expansion (pixels)

Variables

LATENCY_NEXTFRAME : Final = 1

LATENCY_NOW : Final = 0

LATENCY_ONCOMPLETED : Final = 2