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

Comparing ray/src/common/bsdf_m.h (file contents):
Revision 3.7 by greg, Thu Apr 2 16:40:32 2015 UTC vs.
Revision 3.8 by greg, Thu Aug 27 04:33:31 2015 UTC

# Line 45 | Line 45 | typedef struct {
45   #define mBSDF_outndx(b,v)       (*(b)->ob_ndx)(v,(b)->ob_priv)
46   #define mBSDF_outohm(b,o)       (*(b)->ob_ohm)(o,(b)->ob_priv)
47   #define mBSDF_value(b,i,o)      (b)->bsdf[(o)*(b)->ninc + (i)]
48 + #define mBSDF_chroma(b,i,o)     (b)->chroma[(o)*(b)->ninc + (i)]
49  
50   /* Holder for cumulative distribution (sum of BSDF * projSA) */
51   typedef struct SDMatCDst_s {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines