| 15 |
|
int ifd; /* input file descriptor (for select) */ |
| 16 |
|
} odev; /* our open device */ |
| 17 |
|
|
| 18 |
+ |
extern int imm_mode; /* bundles are being delivered immediately */ |
| 19 |
+ |
|
| 20 |
|
/* user commands */ |
| 21 |
|
#define DC_SETVIEW 0 /* set the view */ |
| 22 |
|
#define DC_GETVIEW 1 /* print the current view */ |
| 73 |
|
FVECT p; : world intersection point |
| 74 |
|
FVECT v; : ray direction vector |
| 75 |
|
|
| 76 |
< |
Add the given color point to the display output queue. |
| 76 |
> |
Add the given color point to the display output queue. If imm_mode is |
| 77 |
> |
non-zero, then values are being sent in rapid succession. |
| 78 |
|
|
| 79 |
|
|
| 80 |
|
int |