--- ray/doc/notes/ReleaseNotes 2005/01/07 20:33:01 1.61 +++ ray/doc/notes/ReleaseNotes 2005/01/21 00:52:59 1.64 @@ -1388,3 +1388,14 @@ 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. + +Added setting of focus distance in rvu ("focus" command) and rholo +('f'/"frame" command).