summaryrefslogtreecommitdiff
path: root/gfx/gl/camera.h
diff options
context:
space:
mode:
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 d82802f..5b9d339 100644
--- a/gfx/gl/camera.h
+++ b/gfx/gl/camera.h
@@ -49,5 +49,6 @@ private:
glm::vec3 forward;
glm::vec3 up;
+ float fov, aspect, near, far;
glm::mat4 projection;
};