X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstereocombiner.h;h=5fb8dec7e5154fd716e2a93419ec641f2c204a6a;hb=a3d248c7db9f04919ed5e4053f6e2a2f776cec47;hp=a4b91bfbf9edfa82c477301a5df26e74e0961911;hpb=60ca0094db80ea88ad546c98866f73a8d152e02b;p=libs%2Fgl.git diff --git a/source/stereocombiner.h b/source/stereocombiner.h index a4b91bfb..5fb8dec7 100644 --- a/source/stereocombiner.h +++ b/source/stereocombiner.h @@ -15,6 +15,7 @@ protected: unsigned height_div; bool keep_aspect; Geometry::Angle fov; + float oversize; StereoCombiner(); public: @@ -24,6 +25,7 @@ public: unsigned get_height_divisor() const { return height_div; } bool is_aspect_kept() const { return keep_aspect; } const Geometry::Angle &get_field_of_view() const { return fov; } + float get_oversize() const { return oversize; } virtual void render(const Texture2D &, const Texture2D &) const = 0; };