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.14 by gwlarson, Wed Jun 17 15:44:07 1998 UTC vs.
Revision 3.15 by gwlarson, Mon Aug 10 18:39:46 1998 UTC

# Line 77 | Line 77 | the screen is optional.
77  
78  
79   void
80 < dev_value(c, p, v)      : register new point of light
80 > dev_value(c, d, p)      : register new point of light
81   COLR    c;              : pixel color (RGBE)
82 + FVECT   d;              : ray direction vector
83   FVECT   p;              : world intersection point
83 FVECT   v;              : ray direction vector
84  
85   Add the given color point to the display output queue.  If imm_mode is
86 < non-zero, then values are being sent in rapid succession.
86 > non-zero, then values are being sent in rapid succession.  If p is NULL,
87 > then the point is at infinity.
88  
89  
90   int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines