Spinning Topp Logo BlackTopp Studios
inc
Public Attributes | List of all members
Mezzanine::Graphics::InternalMeshData Class Reference

This class is used to store the internal structures needed by the Mesh class. More...

Public Attributes

Ogre::MeshPtr GraphicsMesh
 The internal representation of the Mesh. More...
 

Detailed Description

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.

Definition at line 58 of file mesh.cpp.

Member Data Documentation

Ogre::MeshPtr Mezzanine::Graphics::InternalMeshData::GraphicsMesh

The internal representation of the Mesh.

Definition at line 63 of file mesh.cpp.


The documentation for this class was generated from the following file: