sphore 0.0.1
SPH openGL rendering engine

_data Struct Reference

The internal storage for SPH data. More...

Data Fields

unsigned int n
float * verticies
float * h
float * data

Detailed Description

The internal storage for SPH data.

Public access through data_t.


Field Documentation

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.


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