Skybox working, flag for averaging normals working.

This commit is contained in:
Tleety
2014-06-05 05:19:34 +02:00
parent a6941c0fb6
commit fd92f37902
11 changed files with 235 additions and 34 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
class Model : public Resource
{
public:
Model(std::shared_ptr<ResourceManager> resourceManager, OBJ &obj);
Model(std::shared_ptr<ResourceManager> resourceManager, OBJ &obj, bool average);
struct TextureGroup
{