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.2 by greg, Tue Aug 20 10:02:43 1991 UTC vs.
Revision 2.4 by greg, Mon Aug 10 08:46:38 1992 UTC

# Line 37 | Line 37 | extern double  minarad;                /* minimum ambient radius */
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       557     /* magic number for ambient value files */
43 + #define  AMBFMT         "Radiance_ambval"       /* format id string */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines