Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
ssjg's avatar
ssjg
Honored Guest
11 years ago

Position tracking - where is the target point?

A quick question about the position value reported by: ovrTrackingState ts = ovrHmd_GetTrackingState(hmd, 0.0); ovrVector3f p = ts.HeadPose.ThePose.Position; Where is p located in real space. I...