#include <CubicVR/Object.h>

Classes | |
| struct | _tessInfo |
| struct | _tessVertexInfo |
Typedefs | |
| typedef struct _tessInfo | tessInfo |
| typedef struct _tessVertexInfo | tessVertexInfo |
Functions | |
| GLvoid | tessBegin (GLenum type) |
| GLvoid | tessVertex (tessVertexInfo *vertex_info) |
| GLvoid | tessCombine (GLdouble coords[3], tessVertexInfo *vertexData[4], GLfloat weight[4], unsigned int *outData) |
| GLvoid | tessEnd (void) |
| GLvoid | tessError (GLenum errnum) |
| void | nurbsError (GLenum errorCode) |
Variables | |
| vector< tessVertexInfo > | tessBuffer |
| vector< tessVertexInfo * > | tessNewVertices |
| tessInfo | tess_obj_info |
| GLenum | tess_type |
| typedef struct _tessVertexInfo tessVertexInfo |
| void nurbsError | ( | GLenum | errorCode | ) |
| GLvoid tessBegin | ( | GLenum | type | ) |
| GLvoid tessCombine | ( | GLdouble | coords[3], | |
| tessVertexInfo * | vertexData[4], | |||
| GLfloat | weight[4], | |||
| unsigned int * | outData | |||
| ) |

| GLvoid tessEnd | ( | void | ) |

| GLvoid tessError | ( | GLenum | errnum | ) |

| GLvoid tessVertex | ( | tessVertexInfo * | vertex_info | ) |
| GLenum tess_type |
| vector<tessVertexInfo> tessBuffer |
| vector<tessVertexInfo *> tessNewVertices |
1.5.6