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 1.1 by greg, Fri Jun 7 10:03:51 1991 UTC vs.
Revision 2.2 by greg, Mon Jul 13 16:17:48 1992 UTC

# Line 35 | Line 35 | extern double  maxarad;                /* maximum ambient radius */
35   extern double  minarad;         /* minimum ambient radius */
36  
37   extern double  sumambient(), doambient(), makeambient();
38 +
39 + #define  AVGREFL        0.5     /* assumed average reflectance */
40 +
41 + #define  AMBVALSIZ      75      /* number of bytes in portable AMBVAL struct */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines