Forum Discussion

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

Wrong controller model and/or position in my engine.

Really struggling with this.  I have controller position with
vrapi_GetInputTrackingState(ovr, ovrControllers[nDevice].deviceId, ovrPredictedDisplayTime, &tracking)
and it is _almoooost_ perfect, but the two controllers intersect each other when I turn them close and touch.  This is perfect in the main oculus home, but not in my application.  Either the position I'm getting isn't correct, or my controller models aren't centered correctly.  I'm on SDK 1.22

Please help?


1 Reply

  • Sigh.. figured it out.. my render models weren't correct.  The ones that come as gltf's inside VrSamples/VrController are botched.   It'd be great to get some official ones from Oculus to use for low-level OpenGL/vulkan engine code.