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.12 by gregl, Mon Dec 15 20:41:39 1997 UTC vs.
Revision 3.13 by gwlarson, Fri May 22 08:30:40 1998 UTC

# Line 45 | Line 45 | typedef struct {
45   #define OBSTRUCTIONS    8               /* shall we track obstructions? */
46   #define VDIST           9               /* virtual distance calculation */
47   #define REPORT          10              /* report interval and error file */
48 + #define EYESEP          11              /* eye separation distance */
49  
50 < #define NRHVARS         11              /* number of variables */
50 > #define NRHVARS         12              /* number of variables */
51  
52   #define RHVINIT { \
53          {"render",      3,      0,      NULL,   catvalues}, \
# Line 60 | Line 61 | typedef struct {
61          {"OBSTRUCTIONS",3,      0,      NULL,   boolvalue}, \
62          {"VDISTANCE",   2,      0,      NULL,   boolvalue}, \
63          {"REPORT",      3,      0,      NULL,   onevalue}, \
64 +        {"EYESEP",      3,      0,      NULL,   fltvalue}, \
65   }
66  
67                                  /* bundle set requests */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines