X-Git-Url: http://git.tdb.fi/?p=libs%2Fvr.git;a=blobdiff_plain;f=source%2Fstereoview.h;h=5516823ccb1a219f7c689975514fc5fa85ffee08;hp=fe3d6d6b82f57de8a920ea01c326ccde6c817748;hb=268da92f49360feaf9445ed2b8264d9310d3cebe;hpb=aabeac6c43b24adadd6f591bd1607adbfab6c28f diff --git a/source/stereoview.h b/source/stereoview.h index fe3d6d6..5516823 100644 --- a/source/stereoview.h +++ b/source/stereoview.h @@ -41,7 +41,7 @@ private: Eye(); void create_target(unsigned, unsigned); - void setup_frame(const GL::Camera &, const GL::Vector3 &, const EyeParams &) const; + void setup_frame(const GL::Camera &, const GL::Vector3 &, float, const EyeParams &) const; void render(const GL::Renderable &, const GL::Tag &) const; };