ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rcontrib.h
(Generate patch)

Comparing ray/src/rt/rcontrib.h (file contents):
Revision 2.1 by greg, Sat Jun 9 07:16:47 2012 UTC vs.
Revision 2.3 by greg, Tue Jun 12 17:20:44 2012 UTC

# Line 36 | Line 36 | extern int             account;        /* current accumulation count */
36   extern RNUMBER          raysleft;       /* number of rays left to trace */
37   extern long             waitflush;      /* how long until next flush */
38  
39 < extern int              lastray;        /* last ray number sent */
40 < extern int              lastdone;       /* last ray processed */
39 > extern RNUMBER          lastray;        /* last ray number sent */
40 > extern RNUMBER          lastdone;       /* last ray processed */
41  
42 < typedef double  DCOLOR[3];              /* double-precision color */
42 > typedef double          DCOLOR[3];      /* double-precision color */
43  
44   /*
45   * The MODCONT structure is used to accumulate ray contributions
# Line 119 | Line 119 | extern int             getvec(FVECT vec);
119   extern int              in_rchild(void);
120   extern void             end_children(void);
121  
122 < extern void             zero_record(int ndx);
122 > extern void             put_zero_record(int ndx);
123   extern void             queue_modifiers(void);
124  
125   extern void             parental_loop(void);    /* controlling process */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines