]> git.tdb.fi Git - libs/vr.git/blobdiff - source/stereocombiner.cpp
Update camera pose as part of the render call
[libs/vr.git] / source / stereocombiner.cpp
index 27cbb8f7edd4edad0fc8dc14a7be666eeb44c78c..c24a937484aae3c162de692dee4d143959cc2176 100644 (file)
@@ -1,14 +1,14 @@
 #include "stereocombiner.h"
 
 namespace Msp {
-namespace GL {
+namespace VR {
 
 StereoCombiner::StereoCombiner():
-       width_div(1),
-       height_div(1),
-       keep_aspect(false),
-       fov(0)
+       target_width(0),
+       target_height(0),
+       render_aspect(1.0f),
+       frustum_skew(0.0f)
 { }
 
-} // namespace GL
+} // namespace VR
 } // namespace Msp