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

Comparing ray/src/hd/rholo.h (file contents):
Revision 3.7 by gregl, Tue Dec 2 12:29:18 1997 UTC vs.
Revision 3.13 by gwlarson, Fri May 22 08:30:40 1998 UTC

# Line 44 | Line 44 | typedef struct {
44   #define GRID            7               /* target grid size */
45   #define OBSTRUCTIONS    8               /* shall we track obstructions? */
46   #define VDIST           9               /* virtual distance calculation */
47 < #define OCCUPANCY       10              /* expected occupancy probability */
48 < #define REPORT          11              /* report interval and error file */
47 > #define REPORT          10              /* report interval and error file */
48 > #define EYESEP          11              /* eye separation distance */
49  
50   #define NRHVARS         12              /* number of variables */
51  
# Line 60 | Line 60 | typedef struct {
60          {"GRID",        2,      0,      NULL,   fltvalue}, \
61          {"OBSTRUCTIONS",3,      0,      NULL,   boolvalue}, \
62          {"VDISTANCE",   2,      0,      NULL,   boolvalue}, \
63        {"OCCUPANCY",   3,      0,      NULL,   onevalue}, \
63          {"REPORT",      3,      0,      NULL,   onevalue}, \
64 +        {"EYESEP",      3,      0,      NULL,   fltvalue}, \
65   }
66  
67                                  /* bundle set requests */
# Line 76 | Line 76 | extern char    froot[];        /* root file name */
76  
77   extern char     *outdev;        /* output device name */
78  
79 + extern int      readinp;        /* read input from stdin */
80 +
81 + extern int      force;          /* allow overwrite of holodeck */
82 +
83   extern int      nowarn;         /* turn warnings off? */
84  
85 < extern int      ncprocs;        /* number of compute processes */
85 > extern int      ncprocs;        /* number of requested compute processes */
86 > extern int      nprocs;         /* number of running compute processes */
87  
88   extern double   expval;         /* global exposure value */
89  
90   extern time_t   starttime;      /* time we got started */
91   extern time_t   endtime;        /* time we should end by */
92   extern time_t   reporttime;     /* time for next report */
93 +
94 + extern long     nraysdone;      /* number of rays done */
95 + extern long     npacksdone;     /* number of packets done */
96  
97   extern int      rtargc;         /* rtrace command */
98   extern char     *rtargv[];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines