| # | Line 85 | Line 85 | int ambres = 256; /* ambient resolution */ | |
|---|---|---|
| 85 | int ambdiv = 1024; /* ambient divisions */ | |
| 86 | int ambssamp = 512; /* ambient super-samples */ | |
| 87 | int ambounce = 0; /* ambient bounces */ | |
| 88 | < | char *amblist[128]; /* ambient include/exclude list */ |
| 88 | > | char *amblist[AMBLLEN]; /* ambient include/exclude list */ |
| 89 | int ambincl = -1; /* include == 1, exclude == 0 */ | |
| 90 | ||
| 91 | static int castonly = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |