gamgi_io_x3d_render.h (gamgi-all-0.17.4x) | : | gamgi_io_x3d_render.h (gamgi-all-0.17.5x) | ||
---|---|---|---|---|
skipping to change at line 82 | skipping to change at line 82 | |||
*/ | */ | |||
/*********************************************** | /*********************************************** | |||
* Code taken from: GLE-3.1.0 * | * Code taken from: GLE-3.1.0 * | |||
* * | * * | |||
* Functions with GLE code: x3d_font_extrusion * | * Functions with GLE code: x3d_font_extrusion * | |||
* * | * * | |||
* Code taken by: Carlos Pereira * | * Code taken by: Carlos Pereira * | |||
***********************************************/ | ***********************************************/ | |||
#define GAMGI_IO_X3D_DIRECTION_WIDTH 4.0 | ||||
typedef struct | typedef struct | |||
{ | { | |||
gamgi_extruded * extruded; | gamgi_extruded * extruded; | |||
GLenum polygon; /* polygon type */ | GLenum polygon; /* polygon type */ | |||
int vcount; /* vertex points count */ | int vcount; /* vertex points count */ | |||
int ocount; /* order points count */ | int ocount; /* order points count */ | |||
int vertex; /* auxiliary vertex count */ | int vertex; /* auxiliary vertex count */ | |||
int fancenter; /* center of the triangle fan */ | int fancenter; /* center of the triangle fan */ | |||
float x, y, z; /* offset */ | float x, y, z; /* offset */ | |||
gamgi_darray * vert; /* vertex array */ | gamgi_darray * vert; /* vertex array */ | |||
gamgi_iarray * order; /* vertex order array */ | gamgi_iarray * order; /* vertex order array */ | |||
} glu_tessdata; | } glu_tessdata; | |||
#define GAMGI_IO_X3D_DIRECTION_WIDTH 4.0f | ||||
/********************** | /********************** | |||
* internal functions * | * internal functions * | |||
********************** | ********************** | |||
static void static_point (FILE *fp, int n_points, double *points, | static void static_point (FILE *fp, int n_points, double *points, | |||
float *color, int type, int width, int pattern, gamgi_bool *error); | float *color, int type, int width, int pattern, gamgi_bool *error); | |||
********************** | ********************** | |||
* external functions * | * external functions * | |||
**********************/ | **********************/ | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |