]> git.tdb.fi Git - libs/vr.git/blobdiff - source/stereocombiner.cpp
Add positional tracking support on the Oculus Rift DK2
[libs/vr.git] / source / stereocombiner.cpp
index be0b01e986a76d99bd1abc25a2bade3b2e45e152..1730e9a4d9eaa8d4cbce026213988b0d74dbd726 100644 (file)
@@ -1,13 +1,14 @@
 #include "stereocombiner.h"
 
 namespace Msp {
-namespace GL {
+namespace VR {
 
 StereoCombiner::StereoCombiner():
-       width_div(1),
-       height_div(1),
-       keep_aspect(false)
+       width_factor(1.0f),
+       height_factor(1.0f),
+       aspect_factor(1.0f),
+       frustum_skew(0.0f)
 { }
 
-} // namespace GL
+} // namespace VR
 } // namespace Msp