| 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}, \ |
| 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 */ |