X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstereoview.h;h=4dce63b99870b96aa5c52cdb5296fcdba2311344;hb=0777840f31274f75cb4ff8e6717c44c373d5e182;hp=63ee1834db7b27b2c9f67ea202c32bbf616198ba;hpb=ca12f072923156f02b316b72e3b38bdb8cda5ebc;p=libs%2Fgl.git diff --git a/source/stereoview.h b/source/stereoview.h index 63ee1834..4dce63b9 100644 --- a/source/stereoview.h +++ b/source/stereoview.h @@ -1,6 +1,7 @@ #ifndef MSP_GL_STEREOVIEW_H_ #define MSP_GL_STEREOVIEW_H_ +#include #include "camera.h" #include "framebuffer.h" #include "renderable.h" @@ -26,7 +27,7 @@ private: struct EyeParams { - float fov; + Geometry::Angle fov; float aspect; float near_clip; float far_clip;