]> git.tdb.fi Git - libs/gl.git/blobdiff - source/stereocombiner.cpp
Add classes for stereographic rendering
[libs/gl.git] / source / stereocombiner.cpp
diff --git a/source/stereocombiner.cpp b/source/stereocombiner.cpp
new file mode 100644 (file)
index 0000000..27cbb8f
--- /dev/null
@@ -0,0 +1,14 @@
+#include "stereocombiner.h"
+
+namespace Msp {
+namespace GL {
+
+StereoCombiner::StereoCombiner():
+       width_div(1),
+       height_div(1),
+       keep_aspect(false),
+       fov(0)
+{ }
+
+} // namespace GL
+} // namespace Msp