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

Public Attributes

VuObserverareaTargetObserver
 Pointer to Area Target observer.
 
const char * occlusionMeshPath
 Path to the external occlusion mesh artifact (occlusion.3dt)
 
VuBool activate
 Observer activation.
 

Detailed Description

Configuration for creating a Mesh observer associated with an Area Target observer.

Member Data Documentation

◆ areaTargetObserver

VuObserver* areaTargetObserver

Pointer to Area Target observer.

The Area Target observer is the exclusive source of the Mesh observations that are reported by a Mesh observer created with this configuration. The reported Mesh obervations provide an appropriate level of detail for the current position within the tracked Area Target. Therefore, the Mesh observations might change depending on the device's position within the target.

◆ occlusionMeshPath

const char* occlusionMeshPath

Path to the external occlusion mesh artifact (occlusion.3dt)

The external occlusion mesh artifact must originate from the Area Target that is used for the Area Target observer.

Note
The provided string is copied, and can be freed, after the Mesh observer is created.

◆ activate

VuBool activate

Observer activation.

Note
The default value is VU_TRUE.