#include <Mesh.h>
|
|
int | numVertices |
| |
|
GLfloat * | vertices |
| |
|
GLfloat * | normals |
| |
|
GLfloat * | texCoords |
| |
|
GLfloat * | colors |
| |
|
int | numIndices |
| |
|
GLuint * | indices |
| |
|
GLenum | primitiveMode |
| |
|
bool | calcAdjacency |
| |
|
bool | hasMinMax |
| |
|
float | maxX |
| |
|
float | maxY |
| |
|
float | maxZ |
| |
|
float | minX |
| |
|
float | minY |
| |
|
float | minZ |
| |
Encapsulates information needed to build a mesh.
- See Also
- Mesh
The documentation for this class was generated from the following files: