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.24 by schorsch, Thu Jan 1 11:21:55 2004 UTC vs.
Revision 3.27 by greg, Thu Feb 6 21:45:00 2025 UTC

# Line 5 | Line 5
5   #ifndef _RAD_RHOLO_H_
6   #define _RAD_RHOLO_H_
7  
8 #include <stdio.h>
9
10 #include "view.h"
8   #include "holo.h"
9 + #include "view.h"
10   #include "vars.h"
11  
12   #ifdef __cplusplus
# Line 74 | 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 117 | 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