--- ray/doc/notes/ReleaseNotes 2006/09/07 05:20:54 1.129 +++ ray/doc/notes/ReleaseNotes 2007/07/12 14:58:53 1.136 @@ -1605,3 +1605,27 @@ Added -o option to ra_xyze to produce original pixel v Fixed bug in tracing of virtual sources, where intervening glazing was not being accounted for properly. + +Added -h option to pcompos and pcomb to eliminate verbose headers. + +===================== +Version 3.9 + +Added -spec option to falsecolor to restore original spectral color scale. +Also added "-s auto" option to automatically set the maximum value. + +Added byte-swapping input and output to rcalc. + +Additional error-checking for source surfaces. + +Re-fixed bug in octree code that caused it to allocate 8 times as +much memory as it actually used(!) -- this was pointed out way back +in 1999 by Erik Reinhard and Erik Jansen, but the fix they gave me +got lost in the slightly borken release process at the time. This +should make a big difference in memory usage, especially for the +new mesh primitive. (I measured 30% less memory usage.) + +Corrected ray weights for material mixtures. + +Reduced the default -n setting for obj2mesh to take better advantage +of the smaller octree structure size.