X-Git-Url: http://git.tdb.fi/?p=libs%2Fvr.git;a=blobdiff_plain;f=source%2Fstereocombiner.cpp;h=c24a937484aae3c162de692dee4d143959cc2176;hp=ba71818d743c56ae3d6b464942d48f5e6c5f0b2c;hb=735148a3ecf7e753f520f22668b771583185f72f;hpb=3d83f3acedfdd428807313986eefaf5bcd64b7e8 diff --git a/source/stereocombiner.cpp b/source/stereocombiner.cpp index ba71818..c24a937 100644 --- a/source/stereocombiner.cpp +++ b/source/stereocombiner.cpp @@ -1,14 +1,14 @@ #include "stereocombiner.h" namespace Msp { -namespace GL { +namespace VR { StereoCombiner::StereoCombiner(): - width_div(1), - height_div(1), - keep_aspect(false), - oversize(1.0f) + target_width(0), + target_height(0), + render_aspect(1.0f), + frustum_skew(0.0f) { } -} // namespace GL +} // namespace VR } // namespace Msp