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

Comparing ray/src/rt/ambient.h (file contents):
Revision 2.5 by greg, Thu Apr 27 14:12:09 1995 UTC vs.
Revision 2.6 by greg, Wed Feb 14 15:18:19 1996 UTC

# Line 25 | Line 25 | typedef struct ambrec {
25   }  AMBVAL;                      /* ambient value */
26  
27   extern COLOR  ambval;           /* global ambient component */
28 + extern int  ambvwt;             /* initial weight for ambient value */
29   extern double  ambacc;          /* ambient accuracy */
30   extern int  ambres;             /* ambient resolution */
31   extern int  ambdiv;             /* number of divisions for calculation */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines