--- ray/doc/notes/ReleaseNotes 2025/04/27 20:20:01 1.484 +++ ray/doc/notes/ReleaseNotes 2025/05/02 23:56:18 1.485 @@ -2801,3 +2801,8 @@ collision detection, pointed out by Jon Sargent. New 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).