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