This class is used to store the internal structures needed by the Mesh class. More...
Public Attributes | |
Ogre::MeshPtr | GraphicsMesh |
This class is used to store the internal structures needed by the Mesh class.
Specifically, this class stores a shared pointer to the Ogre Mesh and only exists because shared pointers can't be forward declared without compromising how they work.