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

Comparing ray/src/gen/mkillum.h (file contents):
Revision 2.14 by greg, Sat Dec 8 01:43:09 2007 UTC vs.
Revision 2.15 by greg, Wed Dec 12 05:09:58 2007 UTC

# Line 71 | Line 71 | struct illum_args {
71   #define getBSDF_outvec(v,b,o)   (*(b)->ob_vec)(v,o,(b)->ob_priv)
72   #define getBSDF_outndx(b,v)     (*(b)->ob_ndx)(v,(b)->ob_priv)
73   #define getBSDF_outohm(b,o)     (*(b)->ob_ohm)(o,(b)->ob_priv)
74 < #define BSDF_visible(b,i,o)     (b)->bsdf[(o)*(b)->ninc + (i)]
74 > #define BSDF_value(b,i,o)       (b)->bsdf[(o)*(b)->ninc + (i)]
75  
76   extern struct BSDF_data *load_BSDF(char *fname);
77   extern void free_BSDF(struct BSDF_data *b);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines