# | Line 92 | Line 92 | double specjitter = 1.; /* specular sampling jitter * | |
---|---|---|
92 | int backvis = 1; /* back face visibility */ | |
93 | ||
94 | int maxdepth = 7; /* maximum recursion depth */ | |
95 | < | double minweight = 1e-3; /* minimum ray weight */ |
95 | > | double minweight = 1e-4; /* minimum ray weight */ |
96 | ||
97 | char *ambfile = NULL; /* ambient file name */ | |
98 | COLOR ambval = BLKCOLOR; /* ambient value */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |