WIP Renderer 65%

This commit is contained in:
Tobias Dahl
2014-03-09 20:13:02 +01:00
parent c952953787
commit 7a69bb3fac
8 changed files with 85 additions and 4 deletions
+5
View File
@@ -26,9 +26,14 @@ class Renderer
{
public:
ShaderProgram m_ShaderProgram;
glm::mat4 viewMatrix;
glm::mat4 projectionMatrix;
int HEIGHT, WIDTH;
std::vector<Model*> ModelsToRender;
Renderer();
void Initialize();