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.4 by gregl, Fri Nov 21 16:10:18 1997 UTC vs.
Revision 3.6 by gregl, Mon Dec 8 18:51:15 1997 UTC

# Line 22 | Line 22 | extern struct driver {
22   #define DEV_WAIT        010     /* pause computation and wait for input */
23   #define DEV_RESUME      020     /* resume after pause */
24   #define DEV_REDRAW      040     /* redraw from server */
25 + #define DEV_PUTVIEW     0100    /* print out current view */
26  
27  
28   /************************************************************************
# Line 47 | Line 48 | returns DEV_NEWVIEW flag.
48  
49  
50   void
51 < dev_value(c, p)         : register new point of light
51 > dev_value(c, p, v)      : register new point of light
52   COLR    c;              : pixel color (RGBE)
53   FVECT   p;              : world intersection point
54 + FVECT   v;              : ray direction vector
55  
56   Add the given color point to the display output queue.
57  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines