Enable sourcevr build, make it build (but still not work) with modern openvr api

This commit is contained in:
mittorn
2023-09-15 20:31:16 +03:00
parent b7bd94c52e
commit 82d805508c
6 changed files with 76 additions and 1241 deletions

View File

@@ -124,6 +124,8 @@ private:
CMaterialReference m_blackMaterial;
vr::IVRSystem *m_pHmd;
vr::IVRExtendedDisplay *m_pExtDisplay;
vr::IVRChaperone *m_pChap;
bool m_bHaveValidPose;
VMatrix m_ZeroFromHeadPose;