[EDIT] camera controls

This commit is contained in:
Menno
2021-05-25 15:51:29 +02:00
parent cc7fae5d2f
commit 51cdc520e0
3 changed files with 24 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ namespace entities
private:
// The movement speed of the camera
const float SPEED = 0.52f;
const float ROT_SPEED = 1.0f;
glm::vec3 position;
glm::vec3 rotation;