|
Tachyon (current)
Current Main Branch
|
Go to the source code of this file.
Macros | |
| #define | MAXFRAMES 100 |
| #define | LOOP 100.0 |
| #define | LOOP2 50.0 |
| #define | RAD 6.28 |
| #define | RFILE "outfile" |
Functions | |
| int | rt_mynode (void) |
| distributed memory parallel node rank More... | |
| int | main (int argc, char **argv) |
| #define LOOP 100.0 |
Definition at line 20 of file mainanim.c.
Referenced by main().
| #define LOOP2 50.0 |
Definition at line 21 of file mainanim.c.
Referenced by main().
| #define MAXFRAMES 100 |
Definition at line 19 of file mainanim.c.
Referenced by main().
| #define RAD 6.28 |
Definition at line 22 of file mainanim.c.
Referenced by main().
| #define RFILE "outfile" |
Definition at line 27 of file mainanim.c.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 30 of file mainanim.c.
References apitexture::ambient, apicolor::b, apitexture::col, apitexture::diffuse, apicolor::g, LOOP, LOOP2, MAXFRAMES, apitexture::opacity, apicolor::r, RAD, RFILE, rt_deletescene(), rt_finalize(), rt_initialize(), rt_light(), rt_mynode(), rt_newscene(), rt_outputfile(), rt_plane(), rt_renderscene(), rt_resolution(), rt_sphere(), rt_texture(), apitexture::specular, apitexture::texturefunc, apivector::x, apivector::y, and apivector::z.
| int rt_mynode | ( | void | ) |
distributed memory parallel node rank
Definition at line 49 of file api.c.
References global_parhnd, and rt_par_rank().
Referenced by CreateMIPMap(), fakeimage(), LoadVol(), main(), readimage(), rt_boundthresh(), rt_initialize(), rt_initialize_mpi_comm(), rt_initialize_mpi_comm_split(), rt_initialize_mpi_comm_world(), rt_initialize_nompi(), and rt_newscene().
1.8.14