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

Comparing ray/src/common/bsdf_t.h (file contents):
Revision 3.11 by greg, Sun Nov 10 17:32:09 2013 UTC vs.
Revision 3.12 by greg, Sun Apr 5 01:32:01 2015 UTC

# Line 36 | Line 36 | typedef struct SDNode_s {
36  
37   /* Variable-resolution BSDF holder */
38   typedef struct {
39 <        int     sidef;          /* transmitted component? */
40 <        SDNode  *st;            /* BSDF tree */
39 >        int     sidef;          /* which component */
40 >        SDNode  *stc[3];        /* BSDF (Y,u,v) trees */
41   } SDTre;
42  
43   /* Holder for cumulative distribution (sum of BSDF * projSA) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines