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.10 by gregl, Sun Dec 14 09:45:48 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 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