GeometryData Struct Reference

The underlying data of a geometry object. More...

#include <GeometryData.h>

Public Types

typedef std::vector< VertexVboVertices
 
typedef std::vector< GLushort > VboIndices
 

Public Attributes

std::vector< IndexDataindices
 
VboVertices vboVertices
 
VboIndices vboIndices
 
MaterialData materialData
 

Detailed Description

The underlying data of a geometry object.

Author
David Steiner

Member Typedef Documentation

typedef std::vector< GLushort > GeometryData::VboIndices
typedef std::vector< Vertex > GeometryData::VboVertices

Member Data Documentation

std::vector< IndexData > GeometryData::indices
MaterialData GeometryData::materialData
VboIndices GeometryData::vboIndices
VboVertices GeometryData::vboVertices