| # | Line 57 | Line 57 | int hresolu = 0; /* horizontal (scan) size */ | |
|---|---|---|
| 57 | int vresolu = 0; /* vertical resolution */ | |
| 58 | ||
| 59 | double dstrsrc = 0.0; /* square source distribution */ | |
| 60 | < | double shadthresh = .05; /* shadow threshold */ |
| 61 | < | double shadcert = .5; /* shadow certainty */ |
| 60 | > | double shadthresh = .03; /* shadow threshold */ |
| 61 | > | double shadcert = .75; /* shadow certainty */ |
| 62 | int directrelay = 2; /* number of source relays */ | |
| 63 | int vspretest = 512; /* virtual source pretest density */ | |
| 64 | int directvis = 1; /* sources visible? */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |