Hi Everybody. I am studying on transformation of virtual object(cube) and trying to Rotate-translate (6DOF)it by using trackables. I can do it partially separately(i.e. 1 or 2 markers).
But I want to realize 6DOF by using trackable.
to do this how can I manage below function.
TT_TrackableLocation(UserID, &x, &y, &z, &qx, &qy, &qz, &qw, &yaw, &pitch, &roll);
Please immediately help!