#include "FTVectoriser.h"
#include "FTGL.h"
Go to the source code of this file.
Functions | |
| void CALLBACK | ftglError (GLenum errCode, FTMesh *mesh) |
| void CALLBACK | ftglVertex (void *data, FTMesh *mesh) |
| void CALLBACK | ftglCombine (FTGL_DOUBLE coords[3], void *vertex_data[4], GLfloat weight[4], void **outData, FTMesh *mesh) |
| void CALLBACK | ftglBegin (GLenum type, FTMesh *mesh) |
| void CALLBACK | ftglEnd (FTMesh *mesh) |
| void CALLBACK ftglBegin | ( | GLenum | type, | |
| FTMesh * | mesh | |||
| ) |
Definition at line 39 of file FTVectoriser.cpp.
| void CALLBACK ftglCombine | ( | FTGL_DOUBLE | coords[3], | |
| void * | vertex_data[4], | |||
| GLfloat | weight[4], | |||
| void ** | outData, | |||
| FTMesh * | mesh | |||
| ) |
Definition at line 32 of file FTVectoriser.cpp.
| void CALLBACK ftglEnd | ( | FTMesh * | mesh | ) |
Definition at line 45 of file FTVectoriser.cpp.
| void CALLBACK ftglError | ( | GLenum | errCode, | |
| FTMesh * | mesh | |||
| ) |
Definition at line 19 of file FTVectoriser.cpp.
| void CALLBACK ftglVertex | ( | void * | data, | |
| FTMesh * | mesh | |||
| ) |
Definition at line 25 of file FTVectoriser.cpp.
1.5.3