| 2361 |
|
|
| 2362 |
|
Eliminated unnecessary start-up procedures for rtrace when only ray-casting |
| 2363 |
|
is needed (i.e., no tracing or value output). |
| 2364 |
+ |
|
| 2365 |
+ |
Improved isotropic sampling method in bsdf2ttree using "zipper" approach |
| 2366 |
+ |
applied in genBSDF. |
| 2367 |
+ |
|
| 2368 |
+ |
Added limit to memory used by high-resolution tensor tree BSDFs for |
| 2369 |
+ |
cumulative cache during MC sampling (rendering). Limit set to 250MBytes |
| 2370 |
+ |
per BSDF for standard architectures. |
| 2371 |
+ |
|
| 2372 |
+ |
Added -n and -s options to bsdf2ttree to provide some user control |
| 2373 |
+ |
over super-sampling. |