ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/preload.c
(Generate patch)

Comparing ray/src/rt/preload.c (file contents):
Revision 2.18 by greg, Wed Aug 21 20:42:20 2024 UTC vs.
Revision 2.19 by greg, Fri Jun 20 23:47:43 2025 UTC

# Line 124 | Line 124 | load_os(                       /* load associated data for object */
124          case MAT_METAL2:        /* anisotropic metal */
125                  getfunc(op, 3, 0x7, 1);
126                  return(1);
127 +        case MAT_WGMDF:         /* WGMDfunc material */
128 +                getfunc(m, 12, 0xEEE, 1);
129 +                return(1);
130          case MAT_BRTDF:         /* BRDTfunc material */
131                  getfunc(op, 9, 0x3f, 0);
132                  return(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines