| # | Line 72 | Line 72 | int maxdepth = 6; /* maximum recursion depth */ | |
|---|---|---|
| 72 | double minweight = 4e-3; /* minimum ray weight */ | |
| 73 | ||
| 74 | COLOR ambval = BLKCOLOR; /* ambient value */ | |
| 75 | + | int ambvwt = 0; /* initial weight for ambient value */ |
| 76 | double ambacc = 0.2; /* ambient accuracy */ | |
| 77 | int ambres = 128; /* ambient resolution */ | |
| 78 | int ambdiv = 512; /* ambient divisions */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |