sphore 0.0.1
SPH openGL rendering engine

_data_points Struct Reference

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

Detailed Description

The internal storage for data to be rendered as points.

Public access through data_points_t.

Public access through data_t.


Field Documentation

float * colour

The colour of the points.

GLuint list

A display list for the rendering.

Users james sphore src data points dl c unsigned int n

The number of particles.

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

The documentation for this struct was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines