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.25 by greg, Tue Jun 8 19:48:30 2004 UTC vs.
Revision 3.27 by greg, Thu Feb 6 21:45:00 2025 UTC

# Line 72 | Line 72 | typedef struct {
72          {"geometry",    3,      0,      NULL,   NULL}, \
73          {"GRID",        2,      0,      NULL,   fltvalue}, \
74          {"OBSTRUCTIONS",3,      0,      NULL,   boolvalue}, \
75 <        {"OCTREE",      3,      0,      NULL,   onevalue}, \
75 >        {"OCTREE",      3,      0,      NULL,   strvalue}, \
76          {"portals",     3,      0,      NULL,   NULL}, \
77          {"render",      3,      0,      NULL,   catvalues}, \
78 <        {"REPORT",      3,      0,      NULL,   onevalue}, \
79 <        {"RIF",         3,      0,      NULL,   onevalue}, \
78 >        {"REPORT",      3,      0,      NULL,   strvalue}, \
79 >        {"RIF",         3,      0,      NULL,   strvalue}, \
80          {"section",     3,      0,      NULL,   NULL}, \
81          {"TIME",        2,      0,      NULL,   fltvalue}, \
82          {"VDISTANCE",   2,      0,      NULL,   boolvalue}, \
# Line 115 | Line 115 | extern time_t  reporttime;     /* time for next report */
115   extern long     nraysdone;      /* number of rays done */
116   extern long     npacksdone;     /* number of packets done */
117  
118 + #define MAXRTARGC       256
119   extern int      rtargc;         /* rtrace command */
120   extern char     *rtargv[];
121  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines