X-Git-Url: http://git.tdb.fi/?p=libs%2Fvr.git;a=blobdiff_plain;f=source%2Fstereocombiner.cpp;h=1730e9a4d9eaa8d4cbce026213988b0d74dbd726;hp=be0b01e986a76d99bd1abc25a2bade3b2e45e152;hb=a6b7e23d5d47c37284480651a9686be01f28a82a;hpb=cf1b08401da851dd98cde45d9e4acf6e1d185224 diff --git a/source/stereocombiner.cpp b/source/stereocombiner.cpp index be0b01e..1730e9a 100644 --- a/source/stereocombiner.cpp +++ b/source/stereocombiner.cpp @@ -1,13 +1,14 @@ #include "stereocombiner.h" namespace Msp { -namespace GL { +namespace VR { StereoCombiner::StereoCombiner(): - width_div(1), - height_div(1), - keep_aspect(false) + width_factor(1.0f), + height_factor(1.0f), + aspect_factor(1.0f), + frustum_skew(0.0f) { } -} // namespace GL +} // namespace VR } // namespace Msp