--- ray/doc/notes/ReleaseNotes 2016/03/24 18:48:28 1.278 +++ ray/doc/notes/ReleaseNotes 2016/07/28 16:46:10 1.283 @@ -2089,3 +2089,20 @@ This may reduce errors in certain pathological scenes. Added -in option to rcalc, rlam, and total to limit the number of input records in hopes of circumventing Windows EOF issues on binary data. Also added -on option to rcalc and total for logical symmetry. + +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.