Used to store internal data about an world objects. More...
Public Member Functions | |
| InternalWorldObjectGraphicsSettings (Ogre::Entity *GraphicsObject) | |
Public Attributes | |
| std::map< Whole, ColourValue > | Ambient |
| Used for tracking ambient color on sub-meshes. | |
| std::map< Whole, ColourValue > | Diffuse |
| Used for tracking Diffuse color on sub-meshes. | |
| std::map< Whole, ColourValue > | Specular |
| Used for tracking Specular color on sub-meshes. | |
| Ogre::Entity * | WorldObjectEnt |
| Graphics Object of the world object. | |
Used to store internal data about an world objects.
Definition at line 65 of file worldobjectgraphicssettings.cpp.
1.7.3