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