--- ray/doc/notes/ReleaseNotes 2010/10/01 18:11:18 1.177 +++ ray/doc/notes/ReleaseNotes 2010/10/14 05:54:43 1.180 @@ -1767,3 +1767,14 @@ report a syntax error if the "void" type is used in th Updated reflection model according to EGSR 2010 paper by David Geisler-Moroder and Arne Duer. + +Replaced C-shell version of falsecolor with Perl script written +by Axel Jacobs. + +****** COMPATIBILITY CHANGE ******** +Changed -sj (specular jitter) option to something called specular +sampling (-ss), which if set less than 1 has the same behavior as +the old -sj, but when set greater than 1, spawns multiple ray +samples from semi-specular surfaces. + +Fixed bug noticed by Randolph Fritz that caused ambient sync errors.