| # | Line 91 | Line 91 | double specjitter = 1.; /* specular sampling jitter * | |
|---|---|---|
| 91 | int backvis = 1; /* back face visibility */ | |
| 92 | ||
| 93 | int maxdepth = 7; /* maximum recursion depth */ | |
| 94 | < | double minweight = 4e-3; /* minimum ray weight */ |
| 94 | > | double minweight = 1e-3; /* minimum ray weight */ |
| 95 | ||
| 96 | char *ambfile = NULL; /* ambient file name */ | |
| 97 | COLOR ambval = BLKCOLOR; /* ambient value */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |