--- ray/src/rt/ambient.h 1992/07/16 12:08:46 2.3 +++ ray/src/rt/ambient.h 1995/04/27 14:12:09 2.5 @@ -12,6 +12,7 @@ * and don't pass these vectors to fvect routines. */ typedef struct ambrec { + unsigned long latick; /* last accessed tick */ float pos[3]; /* position in space */ float dir[3]; /* normal direction */ int lvl; /* recursion level of parent ray */ @@ -39,5 +40,5 @@ extern double sumambient(), doambient(), makeambient( #define AVGREFL 0.5 /* assumed average reflectance */ #define AMBVALSIZ 75 /* number of bytes in portable AMBVAL struct */ -#define AMBMAGIC 357 /* magic number for ambient value files */ +#define AMBMAGIC 557 /* magic number for ambient value files */ #define AMBFMT "Radiance_ambval" /* format id string */