| # | Line 35 | Line 35 | int hresolu = 0; /* horizontal (scan) size */ | |
|---|---|---|
| 35 | int vresolu = 0; /* vertical resolution */ | |
| 36 | ||
| 37 | double dstrsrc = 0.0; /* square source distribution */ | |
| 38 | < | double shadthresh = .01; /* shadow threshold */ |
| 38 | > | double shadthresh = .05; /* shadow threshold */ |
| 39 | ||
| 40 | int maxdepth = 6; /* maximum recursion depth */ | |
| 41 | double minweight = 4e-3; /* minimum ray weight */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |