documentation

VLTrackingCameraBehaviour Class Reference

Camera used for rendering the augmentation. More...

Inherits MonoBehaviour.

Public Types

enum  CoordinateSystemAdjustment { CoordinateSystemAdjustment.SingleModelTracking, CoordinateSystemAdjustment.MultiModelTracking }
 

Data Fields

CoordinateSystemAdjustment coordinateSystemAdjustment = CoordinateSystemAdjustment.SingleModelTracking
 
int backgroundLayer = 8
 Layer with the camera image background. More...
 

Detailed Description

Camera used for rendering the augmentation.

Member Enumeration Documentation

◆ CoordinateSystemAdjustment

Enumerator
SingleModelTracking 
MultiModelTracking 

Field Documentation

◆ backgroundLayer

int VLTrackingCameraBehaviour.backgroundLayer = 8

Layer with the camera image background.

This layer will not be rendered by the tracking camera.

◆ coordinateSystemAdjustment

CoordinateSystemAdjustment VLTrackingCameraBehaviour.coordinateSystemAdjustment = CoordinateSystemAdjustment.SingleModelTracking