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.3 by greg, Thu Jul 16 12:08:46 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 */
42 + #define  AMBMAGIC       357     /* magic number for ambient value files */
43 + #define  AMBFMT         "Radiance_ambval"       /* format id string */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines