quick backup of the finished scene loader before I submit other parts
[demo] / src / object.h
index 220e1d7..57aef84 100644 (file)
@@ -21,6 +21,7 @@ struct Material {
        float shininess;
 
        Texture *dtex; // diffuse
+       std::string name;
 };
 
 class Object {