Always use the latest eye pose data from the HMD

This commit is contained in:
James Urquhart 2016-05-19 22:37:15 +01:00
parent a83afa07ea
commit 2da474c484
2 changed files with 10 additions and 1 deletions

View file

@ -135,6 +135,7 @@ struct OpenVRRenderState
void renderPreview();
void reset(vr::IVRSystem* hmd);
void updateHMDProjection();
};
class OpenVRProvider : public IDisplayDevice, public IInputDevice