remeasure sensor after recentering

This commit is contained in:
U-GAPOS\andrew 2015-11-19 10:43:40 -08:00
parent b7f501c0b3
commit 28e349f421

View file

@ -29,6 +29,7 @@ glm::mat4 OculusBaseDisplayPlugin::getProjection(Eye eye, const glm::mat4& baseP
void OculusBaseDisplayPlugin::resetSensors() {
#if (OVR_MAJOR_VERSION >= 6)
ovr_RecenterPose(_hmd);
preRender();
#endif
}