--- ray/doc/notes/ReleaseNotes 2017/01/14 02:07:53 1.292 +++ ray/doc/notes/ReleaseNotes 2017/05/31 17:25:21 1.298 @@ -2131,3 +2131,19 @@ peakes in those places and mitigating some normalizati Added view360stereo.cal by Mark Stock to handle 360-degree over/under stereo views. + +Added MAX2SHADE macro to place limit on number of light sources +to precheck for obstructions. (Currently set to 200.) This +avoids excessive start-up times for scenes with many light sources. +Thanks to Axel Jacobs for pointing out the problem. + +Added -v option to obj2mesh to print out mesh statistics. + +Rewrote bsdf2rad from ground up and made it a standard part of build. + +Fixed bug in orientation of Reinhart/Tregenza sample generator in rfluxmtx. + +Added ability to perform shadow-testing through unproxied BSDFs with strong +through (direct-direct) component. + +Added {+|-}a options to genBSDF and bsdf2ttree for switching off reciprocity averaging.