--- ray/doc/notes/ReleaseNotes 2022/08/11 15:09:13 1.419 +++ ray/doc/notes/ReleaseNotes 2022/08/12 23:55:00 1.420 @@ -2563,3 +2563,10 @@ Increased maximum set size to 8191 to avoid set overfl Added source obstruction test to statistics being kept on which sources were visible in adaptive shadow testing code. Previous behavior was likely over-estimating source contributions. + +Added diffuse components into maximum directional hemispherical +reported by checkBSDF, so comparing to 100% is easier for each +component. + +Fixed incorrect calculations in iso2klems script, thanks to +help from Jacob Jonnson.