--- ray/doc/notes/ReleaseNotes 2009/05/21 18:08:43 1.157 +++ ray/doc/notes/ReleaseNotes 2009/12/13 19:13:04 1.165 @@ -1695,3 +1695,26 @@ 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. + +Created dctimestep program to compute a set of sensor values or +a combined image for a particular time using the daylight +coefficient method. + +Created src/rt/rayfifo.c for first-in/first-out handling of +multiprocessing by raypcalls.c. + +Added -n option to rtrace for executing on multiple cores +using new rayfifo calls.