ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/notes/ReleaseNotes
(Generate patch)

Comparing ray/doc/notes/ReleaseNotes (file contents):
Revision 1.484 by greg, Sun Apr 27 20:20:01 2025 UTC vs.
Revision 1.490 by greg, Thu May 29 16:42:28 2025 UTC

# Line 2801 | Line 2801 | collision detection, pointed out by Jon Sargent.  New
2801   keeps track of rejected samples and sells them back to
2802   later calls to get something closer to a true Poisson
2803   sampling method.
2804 +
2805 + Altered rvu "origin" command to take shift amounts forward,
2806 + right, and up rather than taking an explicit origin, which
2807 + can be done easily enough with the "view" command.  Peter A-B
2808 + requested (sort of).
2809 +
2810 + Added genglaze tool created by Taoning Wang to generate
2811 + spectral glazing materials based on CGDB data and models.
2812 +
2813 + Fixed bug that caused inf and nan errors with -cw setting
2814 + where longer wavelength was substantially less than limits
2815 + of specified spectra.
2816 +
2817 + Created bsdfpeaks utility to identify and report full-width,
2818 + half-maximum sizes of peaks in SIR and XML inputs.
2819 +
2820 + Changed default super-sampling in bsdf2ttree from 256 to 64,
2821 + since there doesn't seem to be much benefit to the higher
2822 + sampling rate for most BSDFs.
2823 +
2824 + Fixed problem with "mirror" primitive, which was not permitting
2825 + indirect rays to transmit through alternate material type.
2826 + Thanks to Jon Sargent for finding problem and help resolving it.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines