| 2860 |
|
Updated evalglare with new 3.0x version from Jan Wienold. |
| 2861 |
|
|
| 2862 |
|
Fixed issue with genBSDF -t3 option under Windows. |
| 2863 |
+ |
|
| 2864 |
+ |
Created rxfluxmtx tool that avoids unnecessary interprocess |
| 2865 |
+ |
communication by supporting direct calls to RcontribSimulManager |
| 2866 |
+ |
class and provides view rendering as well as surface sampling |
| 2867 |
+ |
and pass-through modes. |
| 2868 |
+ |
|
| 2869 |
+ |
Added -m option to pvsum to optimize memory cache performance. |
| 2870 |
+ |
|
| 2871 |
+ |
Added -bj option to rfluxmtx and rxfluxmtx to blur bin boundaries |
| 2872 |
+ |
by jittering sample directions. Setting -bj 1 is statistically |
| 2873 |
+ |
equivalent to linear interpolation of receiver bins, rather than |
| 2874 |
+ |
the default piecewise constant representation (-bj 0). |