Window resizing
This commit is contained in:
@@ -11,6 +11,8 @@ public:
|
||||
|
||||
glm::mat4 GetViewMatrix();
|
||||
glm::mat4 GetProjectionMatrix();
|
||||
void UpdateProjection(int width, int height);
|
||||
|
||||
glm::vec3 GetPos();
|
||||
|
||||
void HandleMouse(SDL_Event e);
|
||||
|
||||
Reference in New Issue
Block a user