Spinning Topp Logo BlackTopp Studios
inc
Public Member Functions | Public Attributes | List of all members
Mezzanine::Graphics::VertexInfo Struct Reference

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.
 

Detailed Description

A convenience class for the storage of Vertex data in a Mesh/SubMesh.

Definition at line 62 of file meshinfo.h.


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