A convenience class for the storage of rendering data in a Mesh/SubMesh. More...
#include <meshinfo.h>
Collaboration diagram for Mezzanine::Graphics::MeshInfo:Public Member Functions | |
| MeshInfo () | |
| No init constructor. | |
| ~MeshInfo () | |
| Class destructor. | |
Public Attributes | |
| String | MaterialGroup |
| The resource group in which the named Material can be found. | |
| String | MaterialName |
| The name of the material used to render the Mesh/SubMesh. | |
| Whole | OperationType |
| Used Internally. Describes how the Vertex data should be treated when rendering. | |
| VertexInfo | Vertices |
| A collection of containers storing the various properties of a Vertex. | |
A convenience class for the storage of rendering data in a Mesh/SubMesh.
Definition at line 97 of file meshinfo.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.