| # | Line 61 | Line 61 | double srcsizerat = .25; /* maximum ratio source siz | |
|---|---|---|
| 61 | double specthresh = .15; /* specular sampling threshold */ | |
| 62 | double specjitter = 1.; /* specular sampling jitter */ | |
| 63 | ||
| 64 | + | int backvis = 1; /* back face visibility */ |
| 65 | + | |
| 66 | int maxdepth = 6; /* maximum recursion depth */ | |
| 67 | double minweight = 4e-3; /* minimum ray weight */ | |
| 68 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |