]> git.localhorst.tv Git - blank.git/blobdiff - src/camera.hpp
fix dec/rad error in camera FOV
[blank.git] / src / camera.hpp
index 22e2ba598fd9f9990e228fda37f43f7878c0ca1f..1477a47ad1703d5ce7e2f0eb07be5a486cc4d35a 100644 (file)
@@ -14,6 +14,7 @@ public:
        void Viewport(int width, int height);
        void Viewport(int x, int y, int width, int height);
 
+       /// FOV in radians
        void FOV(float f);
        void Aspect(float r);
        void Aspect(float w, float h);