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.17 by greg, Tue Oct 5 18:05:23 2010 UTC vs.
Revision 2.18 by greg, Thu Sep 22 02:15:56 2011 UTC

# Line 16 | Line 16 | extern "C" {
16   * and don't pass these vectors to fvect routines.
17   */
18   typedef struct ambrec {
19 +        struct ambrec  *next;   /* next in list */
20          unsigned long  latick;  /* last accessed tick */
21          float  pos[3];          /* position in space */
22          float  dir[3];          /* normal direction */
# Line 25 | Line 26 | typedef struct ambrec {
26          COLOR  val;             /* computed ambient value */
27          float  gpos[3];         /* gradient wrt. position */
28          float  gdir[3];         /* gradient wrt. direction */
28        struct ambrec  *next;   /* next in list */
29   }  AMBVAL;                      /* ambient value */
30  
31   typedef struct ambtree {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines