Forum Discussion

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

How to get position vector3 variable of quest headset?

I can  get  controller Position by using the following code:

        Vector3 handLeftPosition = OVRInput.GetLocalControllerPosition(OVRInput.Controller.LTouch);
        Vector3 handRightPosition = OVRInput.GetLocalControllerPosition(OVRInput.Controller.RTouch);

And how can I get position vector3 variable of quest headset through method of  OVR lib?
Replies have been turned off for this discussion