DooVR
|
A class representing a modifiable 3D mesh. More...
#include <Mesh.h>
Public Member Functions | |
void | dilate (float *p, float lp[3], float rad, bool but) |
void | render () |
void | updateArea (int currVert) |
vertex * | getVertexList () |
triangle * | getIndexList () |
float * | getPosition () |
float * | getOrientation () |
void | setPosition (float *p) |
void | setOrientation (float *o) |
bool | getisMoved () |
void | setisMoved (bool b) |
A class representing a modifiable 3D mesh.