--- ray/doc/notes/ReleaseNotes 2019/08/14 18:20:02 1.355 +++ ray/doc/notes/ReleaseNotes 2019/11/07 23:20:28 1.359 @@ -2316,3 +2316,20 @@ Added new depth, normal, and ID file types to radcompa Added BigEndian= header line for automatic byte-swapping in rmtxop and radcompare. Doesn't work quite as automatically as it should for pvalue -r, currently. + +Added new "turbo" palette to falsecolor (thanks to Taoning). + +Nathaniel Jones created the "dcglare" program for annual glare +simulations when the sun and sky are visible through the window. +Tutorial is posted at +"https://github.com/nljones/Accelerad/wiki/The-Imageless-Method-for-Spatial-and-Annual-Glare-Analysis". + +Added support for loading RGBE images into matrices in dctimestep. + +Added -y option to gensky and gendaylit to support more accurate Michalsky +solar position calculation. + +Changed rsplit so specifying a space as the separator parses words +between whitespace. + +Added ability of vwrays, pinterp, and pmblur2 to read encoded depth files.