Functions | |
int | AllocateX3DBuffer () |
void | FillX3DBuffer (X3DBuffer *buff) |
Size3D * | gFuncSize3D () |
Variables | |
Color * | colors |
int | currPoint = 0 |
int | currPoly = 0 |
int | currSeg = 0 |
Size3D | gVarSize3D |
point * | points |
polygon * | polys |
segment * | segs |
int AllocateX3DBuffer | ( | ) |
Definition at line 27 of file X3DBuffer.c.
Definition at line 142 of file X3DBuffer.c.
Size3D * gFuncSize3D | ( | ) |
Definition at line 10 of file X3DBuffer.c.
Color* colors |
Definition at line 21 of file X3DBuffer.c.
int currPoint = 0 |
Definition at line 17 of file X3DBuffer.c.
int currPoly = 0 |
Definition at line 19 of file X3DBuffer.c.
int currSeg = 0 |
Definition at line 18 of file X3DBuffer.c.
Size3D gVarSize3D |
Definition at line 9 of file X3DBuffer.c.
point* points |
Definition at line 22 of file X3DBuffer.c.
polygon* polys |
Definition at line 24 of file X3DBuffer.c.
segment* segs |
Definition at line 23 of file X3DBuffer.c.