| # | Line 52 | Line 52 | int maxdepth = 4; /* maximum recursion depth */ | |
|---|---|---|
| 52 | double minweight = 1e-2; /* minimum ray weight */ | |
| 53 | ||
| 54 | COLOR ambval = BLKCOLOR; /* ambient value */ | |
| 55 | + | int ambvwt = 0; /* initial weight for ambient value */ |
| 56 | double ambacc = 0.2; /* ambient accuracy */ | |
| 57 | int ambres = 8; /* ambient resolution */ | |
| 58 | int ambdiv = 32; /* ambient divisions */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |