Class representing a 3D Guide View for Model Target Detection. More...
Public Member Functions | |
void | UpdateFromGuideViewPose () |
void | UpdateGuideViewPose (Matrix4x4 newPose) |
Updates the pose of the GuideView with the new values Only executed if there is sufficient change to the old values More... | |
void | UpdateView (ModelTargetBehaviour modelTarget, GuideView guideView) |
Updates the Guide View content and layout. More... | |
Class representing a 3D Guide View for Model Target Detection.
void UpdateFromGuideViewPose | ( | ) |
void UpdateGuideViewPose | ( | Matrix4x4 | newPose | ) |
Updates the pose of the GuideView with the new values Only executed if there is sufficient change to the old values
newPose | The new pose in matrix form |
void UpdateView | ( | ModelTargetBehaviour | modelTarget, |
GuideView | guideView | ||
) |
Updates the Guide View content and layout.
modelTarget | |
guideView |