X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcamera.hpp;h=1477a47ad1703d5ce7e2f0eb07be5a486cc4d35a;hb=4ef32c5a4a5bdb6da8383f66d8265715eb2ed4f9;hp=22e2ba598fd9f9990e228fda37f43f7878c0ca1f;hpb=d01ca2cb76681d7795bb4b483d7033b86410725a;p=blank.git diff --git a/src/camera.hpp b/src/camera.hpp index 22e2ba5..1477a47 100644 --- a/src/camera.hpp +++ b/src/camera.hpp @@ -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);