added in poor grid

This commit is contained in:
Lauchmelder 2021-12-21 20:13:54 +01:00
parent c1b96fc14e
commit 2242adc568
12 changed files with 154 additions and 26 deletions

View file

@ -2,7 +2,7 @@
#include <string>
#include "backend/Camera.hpp"
#include "Cuboid.hpp"
#include "Grid.hpp"
struct GLFWwindow;
@ -47,5 +47,5 @@ private:
CameraBase* activeCamera;
glm::vec3 cubeOrientation, cubePosition, cubeScale;
Cuboid* cube;
Grid* grid;
};