]> git.tdb.fi Git - libs/vr.git/blobdiff - source/ovr/oculusriftcamera.h
Name LibOVR classes after the API, not the device
[libs/vr.git] / source / ovr / oculusriftcamera.h
diff --git a/source/ovr/oculusriftcamera.h b/source/ovr/oculusriftcamera.h
deleted file mode 100644 (file)
index 6abb116..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef MSP_VR_OCULUSRIFTCAMERA_H_
-#define MSP_VR_OCULUSRIFTCAMERA_H_
-
-#include <msp/vr/headtrackingcamera.h>
-
-namespace Msp {
-namespace VR {
-
-class OculusRiftSystem;
-
-class OculusRiftCamera: public HeadTrackingCamera
-{
-private:
-       const OculusRiftSystem &device;
-
-public:
-       OculusRiftCamera(const OculusRiftSystem &, const GL::Camera &);
-
-       virtual void reset_tracking();
-       virtual void update();
-};
-
-} // namespace VR
-} // namespace Msp
-
-#endif