| # | 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 */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |