--- ray/doc/notes/ReleaseNotes 2024/10/07 18:09:29 1.466 +++ ray/doc/notes/ReleaseNotes 2024/12/03 01:11:42 1.470 @@ -2742,3 +2742,22 @@ Added accurate conversion of hyperspectral pictures to Added hyperspectral picture conversion to ra_tiff, with accurate color when targeting 16-bit/comp., LogLuv, and float utput, and the approximate method for 24-bit RGB. + +Taoning added genssky -L option to specify global and diffuse +illuminance values for output calibration. + +Created C++ class for rcontrib and example tool rxcontrib, which +is an optional compile in the src/rt directory. The output +model is more general in some respects and the operations more +efficient, but standard output is not supported, nor is ASCII +results data. + +Added experimental source-skipping method to rpict for scenes +with large number of light sources. Currently works with +rcontrib and separate srcsamp image-processing tool. Controlling +rpict options are -dS for skip bitmap specification and -dC +for correction coefficient image. Compile using -DSSKIPOPT +to include this option. + +Added strnstr.c compatibility module in ray/src/common, since +it isn't present on Linux-derivatives.