|
Functions |
| void | newmovie_ (char *f, int n) |
| void | addcolor_ (float *r, float *g, float *b, float *a) |
| void | newframe_ (int *num_spheres) |
| void | addframe_ (void) |
| void | addstatic_ (void) |
| void | addsphere_ (int *x, int *y, int *z, int *size, int *color) |
| void | raddsphere_ (float *x, float *y, float *z, int *size, int *color) |
| void | addcylinder_ (int *x1, int *y1, int *z1, int *size1, int *x2, int *y2, int *z2, int *size2, int *size, int *color) |
| void | raddcylinder_ (float *x1, float *y1, float *z1, int *size1, float *x2, float *y2, float *z2, int *size2, int *size, int *color) |
| void | addchain_ (int x[], int y[], int z[], int *n, int *sphere_size, int *size, int *sphere_color, int *color, int *max_length) |
| void | raddchain_ (float x[], float y[], float z[], int *n, int *sphere_size, int *size, int *sphere_color, int *color, int *max_length) |
| void | writemovie_ (void) |
Variables |
| movie * | m = 0 |
| ap_frame * | f = 0 |