--- ray/doc/notes/ReleaseNotes 2016/04/28 16:28:20 1.279 +++ ray/doc/notes/ReleaseNotes 2016/09/12 20:31:34 1.285 @@ -2093,3 +2093,21 @@ Also added -on option to rcalc and total for logical s Increased modifier limit to 10,000 in rcontrib. Fixed issues with glrad and added zoom response to mouse wheel input. + +Added missing definition of "ashik2" material type to reference manual. + +Changed genBSDF to calculate device thickness assuming Zmax==0 so +pkgBSDF will generate correct proxy geometry. + +Created pabopto2xyz tool to combine different sensor measurements +into a single CIE-XYZ measurement file for color BSDF interpolation. + +Jan Wienold updated evalglare to version 1.30 + +Roland Schregle added out-of-core photon mapping routines, which +may be compiled using the PMAP_OOC macro. + +Added -a option to getinfo for easy addition of header lines. + +Fixed issue with multiple records on picture output in rcontrib (and rfluxmtx). +Credit to Sarith Subramaniam for pointing out the problem.