X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstereocombiner.cpp;h=c24a937484aae3c162de692dee4d143959cc2176;hb=8c61fd4fc7044c4ec0fd008173947b5b4bc00c6f;hp=a276c3bc3c677ad2ba24f49df1b435e572842156;hpb=268da92f49360feaf9445ed2b8264d9310d3cebe;p=libs%2Fvr.git diff --git a/source/stereocombiner.cpp b/source/stereocombiner.cpp index a276c3b..c24a937 100644 --- a/source/stereocombiner.cpp +++ b/source/stereocombiner.cpp @@ -4,10 +4,9 @@ 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) { }