| # | Line 141 | Line 141 | double specjitter = 1.; /* specular sampling jitter * | |
|---|---|---|
| 141 | int backvis = 1; /* back face visibility */ | |
| 142 | ||
| 143 | int maxdepth = 8; /* maximum recursion depth */ | |
| 144 | < | double minweight = 2e-3; /* minimum ray weight */ |
| 144 | > | double minweight = 5e-4; /* minimum ray weight */ |
| 145 | ||
| 146 | char *ambfile = NULL; /* ambient file name */ | |
| 147 | COLOR ambval = BLKCOLOR; /* ambient value */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |