added diffuse / ambient obj parsing

This commit is contained in:
Jannick van Ballegooijen
2016-05-12 12:17:56 +02:00
parent 049fb28ffc
commit 11f07b154b
7 changed files with 289 additions and 1 deletions
+3
View File
@@ -35,6 +35,9 @@ private:
std::string name;
Texture* texture;
bool hasTexture;
Vec3f diffuseColor;
};
class ObjGroup