How to disable position tracking of headset, only use rotate tracking
I know how to solve this problem in Unity or UE. But now I'm told I can only do it in openvr. And no way to change graphics, no way to use position offset. Have any variable or function to disable position tracking?
Elaborate, what exactly are you trying to achieve? Because positional tracking is literally half of all tracking in OpenVR.
Elaborate, what exactly are you trying to achieve? Because positional tracking is literally half of all tracking in OpenVR.
The program runs on a device and the device moves.
@yl3495470 i have made scene travelling using timeline,so i just need the steam camera to follow the cinema camera,disable position tracking but with the rotation,i wonder how to solve this problem.i have found that api IVRSystem::GetSeatedZeroPoseToStandingAbsoluteTrackingPose fromhttps://github.com/ValveSoftware/openvr/wiki/IVRSystem::GetSeatedZeroPoseToStandingAbsoluteTrackingPose,would you give me some advice?