| # | Line 11 | Line 11 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 11 | #include "ray.h" | |
| 12 | #include "platform.h" | |
| 13 | #include "source.h" | |
| 14 | + | #include "func.h" |
| 15 | #include "view.h" | |
| 16 | #include "random.h" | |
| 17 | ||
| # | Line 101 | Line 102 | main( | |
| 102 | directrelay = 3; | |
| 103 | ambounce = 1; | |
| 104 | maxdepth = -10; | |
| 105 | + | /* initialize calcomp routines */ |
| 106 | + | initfunc(); |
| 107 | /* get options from command line */ | |
| 108 | for (i = 1; i < argc; i++) { | |
| 109 | while ((rval = expandarg(&argc, &argv, i)) > 0) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |