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

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.
 

Detailed Description

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

Todo:
This is fairly simple struct that doesn't encompass all of the data a Vertex can have, just what they commonly have. As such, this should be extended to better account for the various vertex formats.

Definition at line 97 of file meshinfo.h.


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