X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fstereocombiner.cpp;h=c24a937484aae3c162de692dee4d143959cc2176;hb=735148a3ecf7e753f520f22668b771583185f72f;hp=54ab3e3218e7e265d4e9c88b72163ca0cca9d321;hpb=5244110fa8d347b8539f4fcff1bea729eecc2027;p=libs%2Fvr.git diff --git a/source/stereocombiner.cpp b/source/stereocombiner.cpp index 54ab3e3..c24a937 100644 --- a/source/stereocombiner.cpp +++ b/source/stereocombiner.cpp @@ -4,10 +4,10 @@ namespace Msp { 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 VR