Skip to content

Core::TrackedModelData

Data object holding extra information about a currently tracked model.

#include "Core/Nodes/Tracking.h"

Public Attributes

Name
glm::mat4m_interpolatedMatrix <br>Model matrix of the tracked model (result of tracker interpolation).
glm::mat4m_referenceSpace <br>Reference space of the model, its "default" transformation.

Public Attributes Documentation

variable m_interpolatedMatrix

cpp
glm::mat4 m_interpolatedMatrix {1.f};
glm::mat4 m_interpolatedMatrix {1.f};

Model matrix of the tracked model (result of tracker interpolation).

variable m_referenceSpace

cpp
glm::mat4 m_referenceSpace {1.f};
glm::mat4 m_referenceSpace {1.f};

Reference space of the model, its "default" transformation.

This is applicable when the begin sequence of tracking is not directly connected to a model.


Updated on 2025-05-31 at 12:55:31 +0000