Revert "backup some changes:"
[demo] / src / camera.h
diff --git a/src/camera.h b/src/camera.h
deleted file mode 100644 (file)
index 8b3a895..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef CAMERA_H_
-#define CAMERA_H_
-
-#include <gmath/gmath.h>
-
-class Camera {
-public:
-       float phi;
-       float theta;
-       float distance;
-
-       Mat4 m_projection;
-       float fov;
-
-       Camera();
-       Camera(float phi, float theta, float distance, float fov);
-       ~Camera();
-};
-
-#endif // CAMERA_H_
\ No newline at end of file