--- ray/doc/notes/ReleaseNotes 2009/06/14 20:07:59 1.160 +++ ray/doc/notes/ReleaseNotes 2009/12/13 19:13:04 1.165 @@ -1705,3 +1705,16 @@ BSDF-based annual calculations. This is the first Per 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.