]> git.tdb.fi Git - libs/vr.git/blobdiff - source/sidebysidecombiner.h
Rename to mspvr
[libs/vr.git] / source / sidebysidecombiner.h
index f6ec593a1ed471ba15caf40187c782d22d8488a6..52eda28ab75ec5361574f49ac9ec7e8a095b801d 100644 (file)
@@ -1,21 +1,21 @@
-#ifndef MSP_GL_SIDEBYSIDECOMBINER_H_
-#define MSP_GL_SIDEBYSIDECOMBINER_H_
+#ifndef MSP_VR_SIDEBYSIDECOMBINER_H_
+#define MSP_VR_SIDEBYSIDECOMBINER_H_
 
 
-#include "mesh.h"
-#include "program.h"
-#include "programdata.h"
+#include <msp/gl/mesh.h>
+#include <msp/gl/program.h>
+#include <msp/gl/programdata.h>
 #include "stereocombiner.h"
 
 namespace Msp {
 #include "stereocombiner.h"
 
 namespace Msp {
-namespace GL {
+namespace VR {
 
 class SideBySideCombiner: public StereoCombiner
 {
 private:
 
 class SideBySideCombiner: public StereoCombiner
 {
 private:
-       Mesh mesh;
-       Program shprog;
-       ProgramData left_shdata;
-       ProgramData right_shdata;
+       GL::Mesh mesh;
+       GL::Program shprog;
+       GL::ProgramData left_shdata;
+       GL::ProgramData right_shdata;
        bool cross_eyed;
 
 public:
        bool cross_eyed;
 
 public:
@@ -23,10 +23,10 @@ public:
 
        void set_cross_eyed(bool);
 
 
        void set_cross_eyed(bool);
 
-       virtual void render(const Texture2D &, const Texture2D &) const;
+       virtual void render(const GL::Texture2D &, const GL::Texture2D &) const;
 };
 
 };
 
-} // namespace GL
+} // namespace VR
 } // namespace Msp
 
 #endif
 } // namespace Msp
 
 #endif