added imgui

This commit is contained in:
Lauchmelder 2021-12-21 15:22:47 +01:00
parent c6189b2dc3
commit f02b7f76cf
8 changed files with 58 additions and 7 deletions

View file

@ -34,5 +34,6 @@ public:
private:
GLFWwindow* window = nullptr;
glm::vec3 cubeOrientation, cubePosition, cubeScale;
Cuboid* cube;
};