Do I still need to do a calibration first?
I use this to create a rigid body
Code: Select all
float fPnts[] = {0, 0, 0, 100, 0, 0, 50, 50, 0};
NPRESULT npRes = TT_CreateTrackable("Obj1", 0, 3, fPnts);
// npRes error code is zero here
TT_SetTrackableEnabled(0, true);
2- What are the units of those points passed to TT_CreateTrackable?
3- Why TT_IsTrackableTracked(0) never returns true?
4- what are the units of TT_TrackableLocation outputs?