Fix for sensor reset on oculus.

This commit is contained in:
Anthony J. Thibault 2016-05-23 15:40:29 -07:00
parent 9a428947e4
commit 097b16aadc

View file

@ -13,6 +13,8 @@
void OculusBaseDisplayPlugin::resetSensors() {
ovr_RecenterTrackingOrigin(_session);
_currentRenderFrameInfo.renderPose = glm::mat4(); // identity
}
void OculusBaseDisplayPlugin::beginFrameRender(uint32_t frameIndex) {