Parse all lighting

This commit is contained in:
2016-05-12 13:17:03 +02:00
parent 11f07b154b
commit 3d97ade42e
3 changed files with 37 additions and 8 deletions
+5
View File
@@ -36,7 +36,12 @@ private:
Texture* texture;
bool hasTexture;
bool hasDiffuse;
Vec3f diffuseColor;
bool hasAmbient;
Vec3f ambientColor;
bool hasSpecular;
Vec3f specularColor;
};