added wireframe cube
This commit is contained in:
parent
8f8592e0b5
commit
5e53c905a8
12 changed files with 233 additions and 59 deletions
|
@ -1,8 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "Shader.hpp"
|
||||
#include "VertexArrayObject.hpp"
|
||||
#include "Cuboid.hpp"
|
||||
|
||||
struct GLFWwindow;
|
||||
|
||||
|
@ -35,6 +34,5 @@ public:
|
|||
private:
|
||||
GLFWwindow* window = nullptr;
|
||||
|
||||
Shader shader = nullptr;
|
||||
VertexArrayObject model = nullptr;
|
||||
Cuboid* cube;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue