Basic Renderer
|
The underlying data of a geometry object. More...
#include <GeometryData.h>
Public Types | |
typedef std::vector< Vertex > | VboVertices |
typedef std::vector< GLushort > | VboIndices |
Public Attributes | |
std::vector< IndexData > | indices |
VboVertices | vboVertices |
VboIndices | vboIndices |
MaterialData | materialData |
The underlying data of a geometry object.
typedef std::vector< GLushort > GeometryData::VboIndices |
typedef std::vector< Vertex > GeometryData::VboVertices |
std::vector< IndexData > GeometryData::indices |
MaterialData GeometryData::materialData |
VboIndices GeometryData::vboIndices |
VboVertices GeometryData::vboVertices |