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.15 by greg, Mon Sep 12 20:31:34 2016 UTC vs.
Revision 2.17 by greg, Tue Feb 16 20:06:06 2021 UTC

# Line 42 | Line 42 | extern long            waitflush;      /* how long until next flush *
42   extern RNUMBER          lastray;        /* last ray number sent */
43   extern RNUMBER          lastdone;       /* last ray processed */
44  
45 + extern int              report_intvl;   /* reporting interval (seconds) */
46 +
47   typedef double          DCOLOR[3];      /* double-precision color */
48  
49   /*
# Line 87 | Line 89 | extern LUTAB           ofiletab;       /* output stream table */
89   #endif
90   #endif
91  
92 < #ifndef MAXMODLIST
91 < #define MAXMODLIST      10000           /* maximum modifiers we'll track */
92 < #endif
93 <
94 < extern const char       *modname[MAXMODLIST];   /* ordered modifier name list */
92 > extern char             **modname;              /* ordered modifier name list */
93   extern int              nmods;                  /* number of modifiers */
94 + extern int              modasiz;                /* allocated modifier array size */
95  
96   extern char             RCCONTEXT[];            /* special evaluation context */
97  
# Line 120 | Line 119 | extern int             in_rchild(void);
119   extern void             end_children(int immed);
120  
121   extern void             put_zero_record(int ndx);
122 +
123 + extern int              morays(void);           /* reached end of input? */
124  
125   extern void             parental_loop(void);    /* controlling process */
126  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines