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.6 by gregl, Mon Dec 1 16:31:50 1997 UTC vs.
Revision 3.7 by gregl, Tue Dec 2 12:29:18 1997 UTC

# Line 38 | Line 38 | typedef struct {
38   #define SECTION         1               /* holodeck section boundaries */
39   #define OCTREE          2               /* octree file name */
40   #define RIF             3               /* rad input file */
41 < #define EXPOSURE        4               /* section exposure value */
42 < #define TIME            5               /* maximum rendering time */
43 < #define DISKSPACE       6               /* how much disk space to use */
44 < #define CACHE           7               /* amount of memory to use as cache */
45 < #define GRID            8               /* target grid size */
46 < #define OBSTRUCTIONS    9               /* shall we track obstructions? */
47 < #define VDIST           10              /* virtual distance calculation */
48 < #define OCCUPANCY       11              /* expected occupancy probability */
49 < #define REPORT          12              /* report interval and error file */
41 > #define TIME            4               /* maximum rendering time */
42 > #define DISKSPACE       5               /* how much disk space to use */
43 > #define CACHE           6               /* amount of memory to use as cache */
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 */
49  
50 < #define NRHVARS         13              /* number of variables */
50 > #define NRHVARS         12              /* number of variables */
51  
52   #define RHVINIT { \
53          {"render",      3,      0,      NULL,   catvalues}, \
54          {"section",     3,      0,      NULL,   NULL}, \
55          {"OCTREE",      3,      0,      NULL,   onevalue}, \
56          {"RIF",         3,      0,      NULL,   onevalue}, \
58        {"EXPOSURE",    3,      0,      NULL,   fltvalue}, \
57          {"TIME",        2,      0,      NULL,   fltvalue}, \
58          {"DISKSPACE",   3,      0,      NULL,   fltvalue}, \
59          {"CACHE",       2,      0,      NULL,   fltvalue}, \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines