2220 |
|
|
2221 |
|
Fixed bug in rcontrib with virtual sources, where pretest was adding |
2222 |
|
to modifier accumulation buffers. Reported by Mostapha. |
2223 |
+ |
|
2224 |
+ |
Added an "aBSDF" material type that explicitly checks for peak extraction. |
2225 |
+ |
Its arguments are the same as the original "BSDF" type, but without the |
2226 |
+ |
thickness parameter, as proxy geometry is not supported by this new type. |
2227 |
+ |
The old "BSDF" type no longer does peak extraction under any circumstances, |
2228 |
+ |
since this behavior is superfluous for proxied geometry. |
2229 |
+ |
|
2230 |
+ |
Added -r option to bsdf2rad (and bsdfview) to fix BSDF min and max range |
2231 |
+ |
for comparing BSDFs. |