| # | Line 36 | Line 36 | double minweight = 5e-3; /* minimum ray weight */ | |
|---|---|---|
| 36 | ||
| 37 | COLOR ambval = BLKCOLOR; /* ambient value */ | |
| 38 | double ambacc = 0.2; /* ambient accuracy */ | |
| 39 | < | int ambres = 128; /* ambient resolution */ |
| 39 | > | int ambres = 32; /* ambient resolution */ |
| 40 | int ambdiv = 128; /* ambient divisions */ | |
| 41 | int ambssamp = 0; /* ambient super-samples */ | |
| 42 | int ambounce = 0; /* ambient bounces */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |