X-Git-Url: http://git.tdb.fi/?p=libs%2Fvr.git;a=blobdiff_plain;f=source%2Fstereocombiner.cpp;h=c24a937484aae3c162de692dee4d143959cc2176;hp=1730e9a4d9eaa8d4cbce026213988b0d74dbd726;hb=cb460150f6870c172a70237f283c9753250be361;hpb=0f239b07bc06bf26d0ee0f9c1ee1e3b636f6d1f6 diff --git a/source/stereocombiner.cpp b/source/stereocombiner.cpp index 1730e9a..c24a937 100644 --- a/source/stereocombiner.cpp +++ b/source/stereocombiner.cpp @@ -4,9 +4,9 @@ namespace Msp { namespace VR { StereoCombiner::StereoCombiner(): - width_factor(1.0f), - height_factor(1.0f), - aspect_factor(1.0f), + target_width(0), + target_height(0), + render_aspect(1.0f), frustum_skew(0.0f) { }