--- ray/src/rt/ambient.h 1992/08/10 08:46:38 2.4 +++ 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 */