#include <lvt/Mesh.h>
Inheritance diagram for Mesh:
Public Member Functions | |
int | GetNumVertices () const |
Returns the number of vertices in the mesh. | |
unsigned char * | GetVertices () |
Returns a pointer to the vertex data. | |
virtual void | Render () |
Renders the object. | |
void | SetVertices (int n, unsigned char *vertexData) |
Sets the vertices used by the mesh. |
|
Returns the number of vertices in the mesh.
|
|
Returns a pointer to the vertex data.
|
|
Renders the object. Draws the object and/or modifies the OpenGL state appropriately. Implements Node. |
|
Sets the vertices used by the mesh.
|