--- ray/doc/notes/ReleaseNotes 2025/04/22 17:12:25 1.483 +++ ray/doc/notes/ReleaseNotes 2025/05/02 23:56:18 1.485 @@ -2795,3 +2795,14 @@ calibration and accept EPW files directly as input. Added -e expr and -f file.cal options to all rendering tools, not just rcontrib/rxcontrib. Feature request from Peter A-B. + +Fixed slight bias in indirect calculation caused by ambient +collision detection, pointed out by Jon Sargent. New code +keeps track of rejected samples and sells them back to +later calls to get something closer to a true Poisson +sampling method. + +Altered rvu "origin" command to take shift amounts forward, +right, and up rather than taking an explicit origin, which +can be done easily enough with the "view" command. Peter A-B +requested (sort of).