Skip to main content

Meta_TrackerPRSLink

Module: Metanodes / Definitions

A TrackerPRSLink connects to Meta_TrackerInput nodes and translates their input data into a transformation matrix. More...

#include <meta_tracking.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_PositionSource, Idx_RotationSource, Idx_ScaleSource, Idx_Transform, Idx_Prediction, Idx_DefaultPosition, Idx_DefaultRotation, Idx_DefaultScale, Idx_IsTracking }
Property index.

Detailed Description

struct Meta_TrackerPRSLink;

A TrackerPRSLink connects to Meta_TrackerInput nodes and translates their input data into a transformation matrix.

This is used, mostly, for reading head and hand tracker position and rotations and composing them into a matrix that can be applied to assemblies. Any sources that are not provided are populated using their default values.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, the Transform property is updated according to the tracker inputs
Idx_PositionSourcelink - A TrackerInput providing position data
Idx_RotationSourcelink - A TrackerInput providing rotation data
Idx_ScaleSourcelink - A TrackerInput providing scale data
Idx_Transformmat4w - The transform matrix, composed from the tracker input data this frame
Idx_Predictionfloatw - Very basic motion prediction applied to position. Value is number of frames of prediction to apply.
Idx_DefaultPositionvec3w - Position value to use when no position source is provided
Idx_DefaultRotationvec3w - Rotation value to use when no rotation source is provided
Idx_DefaultScalevec3w - Scale value to use when no scale source is provided
Idx_IsTrackingbool - Gets set to true if it is receiving data from the tracker inputs

Property index.