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.15 by greg, Mon Jun 25 20:49:10 2018 UTC vs.
Revision 2.16 by greg, Tue Jun 26 14:42:18 2018 UTC

# Line 110 | Line 110 | load_os(                       /* load associated data for object */
110                  sd = loadBSDF(op->oargs.sarg[1]);
111                  if (sd != NULL) SDfreeCache(sd);
112                  return(1);
113 <        case MAT_SBSDF:         /* sBSDF material */
113 >        case MAT_ABSDF:         /* aBSDF material */
114                  if (op->oargs.nsargs < 5)
115                          goto sargerr;
116                  getfunc(op, 4, 0xe, 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines