--- ray/doc/notes/ReleaseNotes 2025/04/02 00:55:27 1.480 +++ ray/doc/notes/ReleaseNotes 2025/04/10 23:30:58 1.482 @@ -2783,3 +2783,12 @@ inputs for efficient i/o sharing. Made it so genBSDF can use spectral rendering for a more accurate photometric result. + +Changed default matrix representation to float rather than +double, which uses less RAM and supports faster operations +in general. Build with compiler flag: + -DDTnativeDTrmx_native=DTdouble +to get back higher precision representation. + +Taoning Wang updated genssky and gensdaymtx to provide illuminance +calibration and accept EPW files directly as input.