WVR_SetNeckModel¶
-
WVR_EXPORT void WVR_SetNeckModel(WVR_SimulationType type)
Function to replace the HMD position with a neck model simulation. If one pose is simulated by Neck Model, its is6DoFPose will be always false.
- Version
- API Level 3
- Parameters
type
: Indicates WVR_SimulationType.
How to use¶
Here is an example for the function:
#include <wvr/wvr_device.h>
WVR_SetNeckModel(WVR_SimulationType_Auto);