ROOT 6.14/05 Reference Guide |
Functions | |
int | AllocateX3DBuffer () |
void | FillX3DBuffer (X3DBuffer *buff) |
Variables | |
Color * | colors |
int | currPoint = 0 |
int | currPoly = 0 |
int | currSeg = 0 |
point * | points |
polygon * | polys |
segment * | segs |
int AllocateX3DBuffer | ( | ) |
Definition at line 25 of file X3DBuffer.c.
Definition at line 140 of file X3DBuffer.c.
Color* colors |
Definition at line 19 of file X3DBuffer.c.
int currPoint = 0 |
Definition at line 15 of file X3DBuffer.c.
int currPoly = 0 |
Definition at line 17 of file X3DBuffer.c.
int currSeg = 0 |
Definition at line 16 of file X3DBuffer.c.
point* points |
Definition at line 20 of file X3DBuffer.c.
polygon* polys |
Definition at line 22 of file X3DBuffer.c.
segment* segs |
Definition at line 21 of file X3DBuffer.c.