sphore 0.0.1
SPH openGL rendering engine
|
The internal storage for data to be rendered as lines. More...
Data Fields | |
Users james sphore src data lines dl c unsigned int | n |
float * | colour |
GLuint | list |
float * | x |
float * | y |
float * | z |
The internal storage for data to be rendered as lines.
Public access through data_lines_t.
float* colour |
The colour of the lines.
GLuint list |
A display list for the rendering.
float* x |
Pointers to the external data.
float* y |
float* z |