meshes can glow

This commit is contained in:
titiger
2015-03-18 20:21:59 +01:00
parent 14f04c5c35
commit b3cf4bf1fd
10 changed files with 925 additions and 3181 deletions

View File

@@ -72,6 +72,7 @@ private:
bool twoSided;
bool customColor;
bool noSelect;
bool glow;
uint32 textureFlags;
@@ -133,6 +134,7 @@ public:
bool getTwoSided() const {return twoSided;}
bool getCustomTexture() const {return customColor;}
bool getNoSelect() const {return noSelect;}
bool getGlow() const {return glow;}
string getName() const {return name;}
uint32 getTextureFlags() const { return textureFlags; }