A convenience class for the storage of Vertex data in a Mesh/SubMesh. More...
#include <meshinfo.h>
Collaboration diagram for Mezzanine::Graphics::VertexInfo:Public Member Functions | |
| VertexInfo () | |
| No init constructor. | |
| ~VertexInfo () | |
| Class destructor. | |
Public Attributes | |
| Whole | IndexCount |
| The number of Indexes in the Mesh/SubMesh. | |
| IntVec | Indices |
| A container of Indexes used to assemble the Vertices for rendering. | |
| Vector3Vec | Normals |
| A container storing the normal of each vertex. | |
| Vector3Vec | Positions |
| A container storing the position of each vertex. | |
| Vector3Vec | Tangents |
| A container storing the tangent of each vertex. | |
| Vector2Vec | UVs |
| A container storing the texture coordinates of each vertex. | |
| Whole | VertexCount |
| The number of Vertices in the Mesh/SubMesh. | |
A convenience class for the storage of Vertex data in a Mesh/SubMesh.
Definition at line 62 of file meshinfo.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.