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.19 by greg, Fri Jun 20 23:47:43 2025 UTC vs.
Revision 2.20 by greg, Fri Jun 20 23:48:28 2025 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines