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
+1
View File
@@ -142,6 +142,7 @@ bool Model::Loadobj(const char* path, std::vector <glm::vec3> & out_vertices, st
}
void Model::CreateBuffers( std::vector<glm::vec3> _Vertices, std::vector<glm::vec3> _Normals, std::vector<glm::vec2>_TextureCoords)
{