]> git.tdb.fi Git - libs/vr.git/blobdiff - source/stereocombiner.cpp
Make the StereoCombiner information interface more flexible
[libs/vr.git] / source / stereocombiner.cpp
index a276c3bc3c677ad2ba24f49df1b435e572842156..1730e9a4d9eaa8d4cbce026213988b0d74dbd726 100644 (file)
@@ -4,10 +4,9 @@ namespace Msp {
 namespace VR {
 
 StereoCombiner::StereoCombiner():
-       width_div(1),
-       height_div(1),
-       keep_aspect(false),
-       oversize(1.0f),
+       width_factor(1.0f),
+       height_factor(1.0f),
+       aspect_factor(1.0f),
        frustum_skew(0.0f)
 { }