X-Git-Url: http://git.tdb.fi/?p=libs%2Fvr.git;a=blobdiff_plain;f=source%2Fstereoview.h;h=911f5f8f1ffd922984d4c705782f07c7af9cdc7f;hp=f9e9a560ea7eefc21b8f4081cf627267e4e601db;hb=cb460150f6870c172a70237f283c9753250be361;hpb=0f239b07bc06bf26d0ee0f9c1ee1e3b636f6d1f6 diff --git a/source/stereoview.h b/source/stereoview.h index f9e9a56..911f5f8 100644 --- a/source/stereoview.h +++ b/source/stereoview.h @@ -45,8 +45,6 @@ private: void render(const GL::Renderable &) const; }; - unsigned width; - unsigned height; const GL::Camera &base_camera; const GL::Renderable &renderable; const StereoCombiner *combiner; @@ -56,7 +54,7 @@ private: Geometry::Angle strabismus; public: - StereoView(unsigned, unsigned, const GL::Camera &, const GL::Renderable &, const StereoCombiner &); + StereoView(const GL::Camera &, const GL::Renderable &, const StereoCombiner &); void set_combiner(const StereoCombiner &); void set_eye_spacing(float);