sphore 0.0.1
SPH openGL rendering engine
|
Opens a glut window and renders an binary file suplied as a command line argument. More...
Defines | |
#define | BUFFER_SIZE 1024 |
Functions | |
void | process_data (int nparticles, int ncolumns, float **data, int *types, unsigned int *n, float **x, float **y, float **z, float **h, float **weight, float **pdata) |
int | main (int argc, char **argv) |
Variables | |
char | buffer [BUFFER_SIZE] |
Opens a glut window and renders an binary file suplied as a command line argument.
#define BUFFER_SIZE 1024 |
int main | ( | int | argc, |
char ** | argv | ||
) |
void process_data | ( | int | nparticles, |
int | ncolumns, | ||
float ** | data, | ||
int * | types, | ||
unsigned int * | n, | ||
float ** | x, | ||
float ** | y, | ||
float ** | z, | ||
float ** | h, | ||
float ** | weight, | ||
float ** | pdata | ||
) |
char buffer[BUFFER_SIZE] |