ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhdriver.h
(Generate patch)

Comparing ray/src/hd/rhdriver.h (file contents):
Revision 3.9 by gregl, Fri Dec 12 11:13:16 1997 UTC vs.
Revision 3.11 by gregl, Wed Dec 31 09:06:54 1997 UTC

# Line 15 | Line 15 | extern struct driver {
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 */
# Line 34 | Line 36 | extern struct driver {
36  
37   #define CTRL(c)         ((c)-'@')
38                                  /* commands entered in display window */
39 < #define DV_INIT         {'\0','v','l','p','\r',CTRL('R'),'K','R','C','q'}
39 > #define DV_INIT         {'\0','v','l','p','\r',CTRL('L'),'K','R','C','q'}
40                                  /* commands entered on stdin */
41   #define DC_INIT         {"VIEW=","where","last","pause","resume","redraw",\
42                                  "kill","restart","clobber","quit"}
# Line 71 | Line 73 | COLR   c;              : pixel color (RGBE)
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines