| # | Line 24 | Line 24 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 24 | VIEW ourview = STDVIEW(512); /* view parameters */ | |
| 25 | ||
| 26 | int psample = 4; /* pixel sample size */ | |
| 27 | – | |
| 27 | double maxdiff = .05; /* max. difference for interpolation */ | |
| 29 | – | |
| 28 | double dstrpix = 0.67; /* square pixel distribution */ | |
| 29 | + | |
| 30 | double dstrsrc = 0.0; /* square source distribution */ | |
| 31 | + | double shadthresh = .01; /* shadow threshold */ |
| 32 | ||
| 33 | int maxdepth = 6; /* maximum recursion depth */ | |
| 34 | double minweight = 5e-3; /* minimum ray weight */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |