]> git.localhorst.tv Git - blank.git/blobdiff - src/app.hpp
very basic chunk model
[blank.git] / src / app.hpp
index f3ee1410f5ee405a29e2a01b25fb2ab091fa4969..d9b70469a527a98870ea279aabccdc6a3f7a4859 100644 (file)
@@ -7,8 +7,8 @@
 #include "camera.hpp"
 #include "controller.hpp"
 #include "init.hpp"
-#include "model.hpp"
 #include "shader.hpp"
+#include "world.hpp"
 
 
 namespace blank {
@@ -42,9 +42,10 @@ private:
        float pitch_sensitivity;
        float yaw_sensitivity;
 
+       BlockType testBlockType;
+
        Camera cam;
-       Model model;
-       FPSController modelCtrl;
+       Chunk chunk;
 
        glm::vec3 light_position;
        glm::vec3 light_color;