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

Comparing ray/src/util/glare.h (file contents):
Revision 1.9 by greg, Wed Mar 20 13:47:38 1991 UTC vs.
Revision 1.10 by greg, Thu Mar 21 17:11:48 1991 UTC

# Line 50 | Line 50 | extern struct illum {
50          float   lcos, lsin;     /* cosine and sine to left view */
51          float   rcos, rsin;     /* cosine and sine to right view */
52          double  sum;            /* sum of indirect luminances */
53 <        int     n;              /* number of values in sum */
53 >        double  n;              /* number of values in sum */
54   } *indirect;            /* array of indirect illuminances */
55  
56   struct srcspan {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines