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.7 by greg, Wed Apr 27 20:03:25 2011 UTC vs.
Revision 3.8 by greg, Fri Jun 3 18:12:58 2011 UTC

# Line 44 | Line 44 | typedef struct {
44          SD_CDIST_BASE;          /* base fields; must come first */
45          double  clim[2][2];     /* input coordinate limits */
46          double  max_psa;        /* maximum projected solid angle */
47 <        int     sidef;          /* which side(s) to use */
47 >        short   sidef;          /* which side(s) to use */
48 >        short   isodist;        /* isotropic distribution? */
49          int     calen;          /* cumulative array length */
50          struct {
51                  unsigned        hndx;   /* hilbert index */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines