--- ray/doc/notes/ReleaseNotes 2010/09/28 21:28:22 1.176 +++ ray/doc/notes/ReleaseNotes 2010/10/08 22:08:26 1.179 @@ -1764,3 +1764,15 @@ rather than actually loading octree and computing sens Fixed old bug in obj2rad where it would stop processing and report a syntax error if the "void" type is used in the map file. + +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.