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.3 by greg, Thu Jul 16 12:08:46 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 */
# Line 39 | Line 40 | extern double  sumambient(), doambient(), makeambient(
40   #define  AVGREFL        0.5     /* assumed average reflectance */
41  
42   #define  AMBVALSIZ      75      /* number of bytes in portable AMBVAL struct */
43 < #define  AMBMAGIC       357     /* magic number for ambient value files */
43 > #define  AMBMAGIC       557     /* magic number for ambient value files */
44   #define  AMBFMT         "Radiance_ambval"       /* format id string */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines