]> git.localhorst.tv Git - blank.git/blobdiff - src/app.hpp
mouse controlled camera pitch/yaw
[blank.git] / src / app.hpp
index e525ec632e6459a8612539b6807cfad32549b89c..8bafb2368d4f685c7b60f629e5bcd39e6b883fca 100644 (file)
@@ -6,6 +6,7 @@
 
 #include "camera.hpp"
 #include "init.hpp"
+#include "model.hpp"
 #include "shader.hpp"
 
 
@@ -35,7 +36,11 @@ private:
        InitGLEW init_glew;
        Program program;
 
+       float pitch_sensitivity;
+       float yaw_sensitivity;
+
        Camera cam;
+       Model model;
 
        GLuint vtx_buf;
        GLuint mvp_handle;