Minor additions

This commit is contained in:
Ben
2019-02-18 16:09:19 +00:00
parent a2d4b33793
commit 08aad581ff
6 changed files with 42 additions and 4 deletions

View File

@@ -26,4 +26,8 @@ void LoadOBJ(Logger& logger,
std::vector<glm::vec3>& normals,
std::vector<GLushort>& elements);
void FlatShade(std::vector<glm::vec3>& vertices,
std::vector<glm::vec3>& normals,
std::vector<GLushort>& elements);
#endif