--- ray/doc/notes/ReleaseNotes 2016/09/16 17:54:56 1.287 +++ ray/doc/notes/ReleaseNotes 2016/10/14 00:57:16 1.288 @@ -2115,3 +2115,8 @@ Credit to Sarith Subramaniam for pointing out the prob Made mkillum more tolerant of non-planar polygons in its sampling routines. Added "-recover" option to genBSDF to pick up where it left off. + +Fixed genBSDF issue that was created incorrect normalization of +Klems output. Thanks to David G-M and Christian Knoflach for +discovering the error. Also improved sampling of indirect irradiance +that showed some slight bias due to poor sample collision avoidance.