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
Property index.
Idx_Enabled | bool - When enabled, the Transform property is updated according to the tracker inputs |
Idx_PositionSource | link - A TrackerInput providing position data |
Idx_RotationSource | link - A TrackerInput providing rotation data |
Idx_ScaleSource | link - A TrackerInput providing scale data |
Idx_Transform | mat4w - The transform matrix, composed from the tracker input data this frame |
Idx_Prediction | floatw - Very basic motion prediction applied to position. Value is number of frames of prediction to apply. |
Idx_DefaultPosition | vec3w - Position value to use when no position source is provided |
Idx_DefaultRotation | vec3w - Rotation value to use when no rotation source is provided |
Idx_DefaultScale | vec3w - Scale value to use when no scale source is provided |
Idx_IsTracking | bool - Gets set to true if it is receiving data from the tracker inputs |