--- ray/doc/notes/ReleaseNotes 2025/05/21 17:23:07 1.488 +++ ray/doc/notes/ReleaseNotes 2025/05/29 16:42:28 1.490 @@ -2816,3 +2816,11 @@ of specified spectra. Created bsdfpeaks utility to identify and report full-width, half-maximum sizes of peaks in SIR and XML inputs. + +Changed default super-sampling in bsdf2ttree from 256 to 64, +since there doesn't seem to be much benefit to the higher +sampling rate for most BSDFs. + +Fixed problem with "mirror" primitive, which was not permitting +indirect rays to transmit through alternate material type. +Thanks to Jon Sargent for finding problem and help resolving it.