added in poor grid
This commit is contained in:
parent
c1b96fc14e
commit
2242adc568
12 changed files with 154 additions and 26 deletions
|
@ -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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue