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.10 by greg, Fri Jun 27 06:53:22 2003 UTC vs.
Revision 2.11 by greg, Wed Feb 23 18:18:21 2005 UTC

# Line 49 | Line 49 | typedef struct {
49   extern double  maxarad;         /* maximum ambient radius */
50   extern double  minarad;         /* minimum ambient radius */
51  
52 + #ifndef AVGREFL
53   #define  AVGREFL        0.5     /* assumed average reflectance */
54 + #endif
55  
56   #define  AMBVALSIZ      75      /* number of bytes in portable AMBVAL struct */
57   #define  AMBMAGIC       557     /* magic number for ambient value files */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines