| 
    Tachyon (current)
    Current Main Branch
    
   | 
 
Go to the source code of this file.
Data Structures | |
| struct | scalarvol | 
Macros | |
| #define | MAXFRAMES 100 | 
| #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 MAXFRAMES 100 | 
Definition at line 29 of file animskull.c.
Referenced by main().
| #define RAD 6.28 | 
Definition at line 30 of file animskull.c.
| #define RFILE "outfile" | 
Definition at line 37 of file animskull.c.
Referenced by main().
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 40 of file animskull.c.
References apitexture::ambient, apicolor::b, apitexture::col, apitexture::diffuse, apicolor::g, scalarvol::loaded, MAXFRAMES, apitexture::opacity, apicolor::r, RFILE, rt_camera_setup(), rt_finalize(), rt_initialize(), rt_light(), rt_mynode(), rt_newscene(), rt_outputfile(), rt_renderscene(), rt_resolution(), rt_scalarvol(), rt_texture(), rt_verbose(), apitexture::specular, apitexture::texturefunc, apivector::x, apivector::y, and apivector::z.
 1.8.14