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.11 by gregl, Wed Dec 31 09:06:54 1997 UTC vs.
Revision 3.12 by gregl, Tue Jan 6 05:26:20 1998 UTC

# Line 68 | Line 68 | error(COMMAND, "appropriate user warning").
68  
69  
70   void
71 + dev_clear()             : clear device memory
72 +
73 + Clear the device memory in preparation for fresh data.  Clearing
74 + the screen is optional.
75 +
76 +
77 + void
78   dev_value(c, p, v)      : register new point of light
79   COLR    c;              : pixel color (RGBE)
80   FVECT   p;              : world intersection point

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines