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.11 by gregl, Fri Dec 12 18:33:51 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines