hmd orient, vr ui

This commit is contained in:
2018-10-28 22:25:15 +01:00
parent 0fff9f2010
commit b366d6b61f
11 changed files with 145 additions and 16 deletions

View File

@@ -82,7 +82,7 @@ public:
};
struct Camera
{
glm::vec2 rot = { 0, 0 };
glm::mat4 rot;
float fov = 0;
};
int m_layer = 0;