From ce60561dfdb3d3cb583bcc38cbcb93b9cd1b13a6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 26 Jan 2021 21:13:41 +0000 Subject: Basic mouse navigation --- gfx/gl/camera.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfx/gl/camera.h') diff --git a/gfx/gl/camera.h b/gfx/gl/camera.h index fa4296d..90d88a3 100644 --- a/gfx/gl/camera.h +++ b/gfx/gl/camera.h @@ -10,6 +10,7 @@ public: [[nodiscard]] glm::mat4 GetViewProjection() const; void MoveForward(float amt); + void SlideForward(float amt); void MoveRight(float amt); void Pitch(float angle); void RotateY(float angle); -- cgit v1.2.3