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
+2
View File
@@ -46,6 +46,8 @@ public:
std::vector <glm::vec3> &out_normals,
std::vector <glm::vec2> & out_TextureCoords
);
glm::mat4 GetMatrix();
void CreateBuffers(
std::vector<glm::vec3> _Vertices,