| # | Line 98 | Line 98 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 98 | #include "ambient.h" | |
| 99 | #include "otypes.h" | |
| 100 | #include "random.h" | |
| 101 | + | #include "func.h" |
| 102 | #include "data.h" | |
| 103 | #include "font.h" | |
| 104 | #include "pmapray.h" | |
| # | Line 179 | Line 180 | ray_init( /* initialize ray-tracing calculation */ | |
| 180 | /* initialize object types */ | |
| 181 | if (ofun[OBJ_SPHERE].funp == o_default) | |
| 182 | initotypes(); | |
| 183 | + | /* initialize calcomp routines */ |
| 184 | + | initfunc(); |
| 185 | /* initialize urand */ | |
| 186 | reset_random(); | |
| 187 | /* initialize spectral sampling */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |