--- ray/doc/notes/ReleaseNotes 2005/10/06 05:49:44 1.106 +++ ray/doc/notes/ReleaseNotes 2005/12/28 18:35:41 1.112 @@ -1536,3 +1536,20 @@ Added -i option to rlam so it works with binary input Added rtcontrib -bn option to specify number of bins and fixed bug in recovery of files containing multiple values per record. + +Added rtcontrib -fo option to write over existing files, which it now +refuses to do without this option. + +Made rtcontrib flush output when handed a zero-length ray vector, +to match behavior of rtrace. + +Improved color scale for falsecolor output. + +Added threshold test for Fresnel approximation to prevent its use +on smooth surfaces with unrealistically low specularities (less than 1.8%). +Water has a specular reflectance of 2.1% at room temperture. + +Removed NICE macro settings in rpict and rtrace, which was slowing down +the processes under Mac OS X (10.4) by about 60% due to processor napping. + +Made xform, replmarks and rad2mgf handle quoted modifiers and names properly.