X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=src%2Fobject.h;h=98a259594a11fb5977910eb81208bc1200fa4ea0;hb=HEAD;hp=220e1d77fde5a6162e8dcd64e54447a4b3d78635;hpb=46cc932f7ddb0c81f352bc847973dae6b327ebeb;p=demo diff --git a/src/object.h b/src/object.h index 220e1d7..98a2595 100644 --- a/src/object.h +++ b/src/object.h @@ -9,18 +9,13 @@ class Mesh; class ShaderProgram; class Texture; -enum OType { - OBJ_MESH, - OBJ_PT_LIGHT, - OBJ_CAMERA -}; - struct Material { Vec3 diffuse; Vec3 specular; float shininess; Texture *dtex; // diffuse + std::string name; }; class Object {