Forum Discussion

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

Hmd_RecenterPose - re-init positional

I was having some difficulty calling the Hmd_RecenterPose function for the new DK2 4.0 sdk in Unity. Has anyone else had trouble? Maybe I'm just doing something wrong here.

1 Reply

Replies have been turned off for this discussion
  • kersk's avatar
    kersk
    Meta Employee
    Try giving this a shot:

    OVRDevice.ResetOrientation();


    It calls ovrHmd_RecenterPose for you through the new OVRHmd C# wrapper.