Camera used for rendering the augmentation. More...
Inherits VLWorkerReferenceBehaviour.
Public Types | |
enum | CoordinateSystemAdjustment { CoordinateSystemAdjustment.SingleModelTracking, CoordinateSystemAdjustment.MultiModelTracking } |
Data Fields | |
CoordinateSystemAdjustment | coordinateSystemAdjustment = CoordinateSystemAdjustment.SingleModelTracking |
int | backgroundLayer = 8 |
Layer with the camera image background. More... | |
Data Fields inherited from VLWorkerReferenceBehaviour | |
VLWorkerBehaviour | workerBehaviour |
Reference to used VLWorkerBehaviour. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from VLWorkerReferenceBehaviour | |
bool | InitWorkerReference () |
Initializes the workerBehaviour and worker member variables. More... | |
Protected Attributes inherited from VLWorkerReferenceBehaviour | |
VLWorker | worker |
Camera used for rendering the augmentation.
int VLTrackingCameraBehaviour.backgroundLayer = 8 |
Layer with the camera image background.
This layer will not be rendered by the tracking camera.
CoordinateSystemAdjustment VLTrackingCameraBehaviour.coordinateSystemAdjustment = CoordinateSystemAdjustment.SingleModelTracking |