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.469 by greg, Fri Nov 15 20:47:42 2024 UTC vs.
Revision 1.474 by greg, Thu Jan 23 19:09:38 2025 UTC

# Line 2758 | Line 2758 | rcontrib and separate srcsamp image-processing tool.  
2758   rpict options are -dS for skip bitmap specification and -dC
2759   for correction coefficient image.  Compile using -DSSKIPOPT
2760   to include this option.
2761 +
2762 + Added strnstr.c compatibility module in ray/src/common, since
2763 + it isn't present on Linux-derivatives.
2764 +
2765 + Added WGMDfunc material type with programmable roughness and
2766 + separate modifier paths for the different components.
2767 +
2768 + Added gensurf -i option at the request of Peter Apian-Bennewitz
2769 + to reverse surface normals, mostly for data input when it is
2770 + a bit more difficult to adjust.
2771 +
2772 + Simplified synchronization between processes sharing indirect
2773 + irradiance values via an ambient file. Removed file locking
2774 + operations in favor of simpler operation relying on O_APPEND flag.
2775 + Not sure if this will have any affect on shared filesystems, but
2776 + it should reduce overhead for massively parallel machines.
2777 +
2778 + Added rad -N option to rholo run for multiprocessing when
2779 + mkillum and/or mkpmap are involved in octree prep.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines