summaryrefslogtreecommitdiff
path: root/gfx/gl/camera.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-01-26 21:13:41 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-01-26 21:14:16 +0000
commitce60561dfdb3d3cb583bcc38cbcb93b9cd1b13a6 (patch)
treec923445bf3f3452384af00d0b67df2ae2f100f07 /gfx/gl/camera.h
parentBetter default camera pos (diff)
downloadilt-ce60561dfdb3d3cb583bcc38cbcb93b9cd1b13a6.tar.bz2
ilt-ce60561dfdb3d3cb583bcc38cbcb93b9cd1b13a6.tar.xz
ilt-ce60561dfdb3d3cb583bcc38cbcb93b9cd1b13a6.zip
Basic mouse navigation
Diffstat (limited to 'gfx/gl/camera.h')
-rw-r--r--gfx/gl/camera.h1
1 files changed, 1 insertions, 0 deletions
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);