WVR_TriggerRecenter

WVR_EXPORT void WVR_TriggerRecenter()

Function to recenter tracker coordinate system to the current position and yaw of the HMD.

Sets the zero pose for current tracker coordinate system to the current position and yaw of the HMD. After WVR_TriggerRecenter all WVR_GetPoseState calls that pass WVR_PoseOriginModel as the origin model will be relative to this new zero pose.

How to use

Here is an example for the function:

#include <wvr/wvr_device.h>

WVR_TriggerRecenter();