Unigine.VRMarkerObject Class
The class is used for managing a Varjo object marker. Varjo markers are typically used in mixed reality applications, but can be also used without video pass-through rendering in virtual reality applications to align virtual objects in the scene with physical objects in the real world.
Object markers are used to track static or dynamic objects in the user environment. You can use the object markers in both XR and VR applications. Each marker has a unique ID, and you shouldn't use the same marker more than once in any given environment. For added precision, an application can use multiple markers to track a single object. You can, for example, track a monitor by placing a marker in each corner.
VRMarkerObject Class
Properties
int ID#
mat4 Transform#
mat4 WorldTransform#
vec3 Size#
vec3 Velocity#
vec3 AngularVelocity#
vec3 Acceleration#
long RawTimestamp#
double Confidence#
int PoseFlags#
bool Dynamic#
float Lifetime#
Members
void RenderVisualizer ( ) #
Renders visualizer for the marker object.The information on this page is valid for UNIGINE 2.19.1 SDK.