Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Overlay/model_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <openvr/openvr.h>
#include <windows.h>
#include <gl/GL.h>
#include <GL/gl.h>
#include <string>
#include <vector>
#include <map>
Expand Down Expand Up @@ -182,4 +182,4 @@ class ModelManager {
MU_Matrix4 CreateProjectionMatrix(float fov, float aspect, float nearPlane, float farPlane);
MU_Matrix4 CreateViewMatrix(const MU_Vector3& position, const MU_Vector3& target, const MU_Vector3& up);
MU_Matrix4 CreateModelMatrix(const MU_Vector3& position, const MU_Vector3& rotation, const MU_Vector3& scale);
};
};
4 changes: 2 additions & 2 deletions Overlay/overlay_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <openvr.h>
#include <windows.h>
#include <gl/GL.h>
#include <GL/gl.h>
#include <string>
#include <map>
#include "math_utils.h"
Expand Down Expand Up @@ -192,4 +192,4 @@ class OverlayManager {

// OpenGL context (kept private)
HWND m_hWnd;
};
};