All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
VuModelTargetObservationTargetInfo Struct Reference

Public Attributes

const char * uniqueId
 Persistent system-wide unique ID associated with the Model Target.
 
const char * name
 Target name.
 
VuVector3F size
 Size (dimensions) of the Model Target in meters.
 
VuAABB bbox
 Axis-aligned bounding box of the observed Model Target, relative to the target's frame of reference.
 
const char * activeGuideViewName
 Name of the active Guide View.
 
VuTrackingOptimization trackingOptimization
 Tracking optimization.
 
VuMatrix44F poseOffset
 Pose offset used with the Model Target.
 
const char * activeStateName
 Name of the active Model Target state.
 

Detailed Description

Target info for a Model Target from its respective observation.

Member Data Documentation

◆ uniqueId

const char* uniqueId

Persistent system-wide unique ID associated with the Model Target.

Note
The unique ID can't be changed.

◆ activeGuideViewName

const char* activeGuideViewName

Name of the active Guide View.

Set to NULL for Advanced Model Targets.

◆ poseOffset

VuMatrix44F poseOffset

Pose offset used with the Model Target.

Note
The pose offset is represented as a pose matrix using the OpenGL convention.