|
sphore 0.0.1
SPH openGL rendering engine
|
The internal storage for SPH data. More...
Data Fields | |
| unsigned int | n |
| float * | verticies |
| float * | h |
| float * | data |
The internal storage for SPH data.
Public access through data_t.
| float* data |
The value of the quantaty being rendered for each particle.
| float* h |
The smoothing length of the particles.
| unsigned int n |
The number of particles.
| float* verticies |
The location of the particles.