--- ray/doc/notes/ReleaseNotes 2008/12/18 23:26:57 1.154 +++ ray/doc/notes/ReleaseNotes 2009/06/16 04:54:08 1.161 @@ -1687,3 +1687,24 @@ Added "rpict" and "rvu" variables to rad, and made the the "oconv", "mkillum" and "pfilt" variables accept an alternate command path in each case. Change suggested by Lars Grobe based on similar Radzilla (radz) facility by Carsten Bauer. + +Fixed rad -v N specification to use actual view name if one. + +Fixed error in mkillum calculation where it neglected indirect +source contributions from BTDF illum's. + +Added GMT and LATLONG header lines for Greenwich Mean Time and +degrees North Latitude / East Longitude. + +Added gendaylit to distribution (finally). + +Added ability in vwright(1) to get view from command line arguments. + +Created genklemsamp(1) utility to generate samples suitable for +BSDF-based annual calculations. This is the first Perl script to +be added to Radiance. Hopefully, others will follow. + +Added klems_int.cal file to compute Klems bins for windows. + +Created gentregvec utility to sample a particular sky and +evaluate average radiance over the standard Tregenza sky patches.