| # | Line 38 | Line 38 | int vspretest = 128; /* virtual source pretest dens | |
|---|---|---|
| 38 | int directinvis = 0; /* sources invisible? */ | |
| 39 | double srcsizerat = 0.; /* maximum ratio source size/dist. */ | |
| 40 | ||
| 41 | + | double specthresh = .5; /* specular sampling threshold */ |
| 42 | + | double specjitter = 1.; /* specular sampling jitter */ |
| 43 | + | |
| 44 | int maxdepth = 4; /* maximum recursion depth */ | |
| 45 | double minweight = 1e-2; /* minimum ray weight */ | |
| 46 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |