--- ray/doc/notes/ReleaseNotes 2004/12/15 22:02:04 1.59 +++ ray/doc/notes/ReleaseNotes 2005/01/18 03:59:41 1.63 @@ -1381,3 +1381,18 @@ care to support officially due to its machine-dependen Fixed bug that caused incorrect reporting of non-surface in set when mixing meshes and instances. (Thanks to Jack de Valpine for discovery.) + +Fixed innacuracy in calculation of diffuse transmission in the presence +of pure specular (Fresnel reflection) using "trans" material. Thanks +to Christoph Reinhart for pointing out the error. + +Made internal change to tone-mapping library to use structure pointer +rather than stack, making code re-entrant and more up to modern standards. + +Added -pd option to handle depth-of-field blur in rpict. This requires +that the view directon (-vd option) include focal distance information, +which is now preserved by the various view file routines, and reported +by the vwright command. + +Added DBLUR variable to ranimate and pmdblur script to handle simultaneous +motion and depth-of-field blurring.