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.4 by greg, Mon Aug 10 08:46:38 1992 UTC vs.
Revision 2.5 by greg, Thu Apr 27 14:12:09 1995 UTC

# Line 12 | Line 12
12   * and don't pass these vectors to fvect routines.
13   */
14   typedef struct ambrec {
15 +        unsigned long  latick;  /* last accessed tick */
16          float  pos[3];          /* position in space */
17          float  dir[3];          /* normal direction */
18          int  lvl;               /* recursion level of parent ray */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines