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

latency : int

Latency for view calculation solver

maxRegionResolution : Int2

Resolution regions will split into

maxRegionsPerView : int

A hard limit on the number of regions per view

minRegionResolution : Int2

Resolution regions will be rounded up to

minimumResolution : Int2

Threshold for enabling SLC view calculations

offsetThreshold : float

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

overscan : float

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

regionExpansion : float

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

Variables

LATENCY_NEXTFRAME : Final = 1

LATENCY_NOW : Final = 0

LATENCY_ONCOMPLETED : Final = 2