| # | Line 41 | Line 41 | double srcsizerat = 0.; /* maximum ratio source size/ | |
|---|---|---|
| 41 | double specthresh = .3; /* specular sampling threshold */ | |
| 42 | double specjitter = 1.; /* specular sampling jitter */ | |
| 43 | ||
| 44 | + | int backvis = 1; /* back face visibility */ |
| 45 | + | |
| 46 | int maxdepth = 4; /* maximum recursion depth */ | |
| 47 | double minweight = 1e-2; /* minimum ray weight */ | |
| 48 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |