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

Comparing ray/src/common/bsdf_t.c (file contents):
Revision 3.46 by greg, Tue Apr 17 18:11:16 2018 UTC vs.
Revision 3.47 by greg, Thu May 10 22:55:35 2018 UTC

# Line 1361 | Line 1361 | extract_diffuse(SDValue *dv, SDSpectralDF *df)
1361                  dv->cieY = subtract_min_Y(sdt->stc[tt_Y]);
1362          }
1363          df->maxHemi -= dv->cieY;        /* adjust maximum hemispherical */
1364 <                                        /* make sure everything is set */
1365 <        c_ccvt(&dv->spec, C_CSXY+C_CSSPEC);
1364 >                                
1365 >        c_ccvt(&dv->spec, C_CSXY);      /* make sure (x,y) is set */
1366   }
1367  
1368   /* Load a variable-resolution BSDF tree from an open XML file */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines