| # | Line 28 | Line 28 | double maxdiff = .15; /* max. sample difference */ | |
|---|---|---|
| 28 | double exposure = 1.0; /* exposure for scene */ | |
| 29 | ||
| 30 | double dstrsrc = 0.0; /* square source distribution */ | |
| 31 | + | double shadthresh = .1; /* shadow threshold */ |
| 32 | + | double shadcert = .25; /* shadow certainty */ |
| 33 | ||
| 34 | int maxdepth = 4; /* maximum recursion depth */ | |
| 35 | double minweight = 1e-2; /* minimum ray weight */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |