--- ray/src/hd/rhdriver.h 1997/11/21 16:10:18 3.4 +++ ray/src/hd/rhdriver.h 1997/12/08 18:51:15 3.6 @@ -22,6 +22,7 @@ extern struct driver { #define DEV_WAIT 010 /* pause computation and wait for input */ #define DEV_RESUME 020 /* resume after pause */ #define DEV_REDRAW 040 /* redraw from server */ +#define DEV_PUTVIEW 0100 /* print out current view */ /************************************************************************ @@ -47,9 +48,10 @@ returns DEV_NEWVIEW flag. void -dev_value(c, p) : register new point of light +dev_value(c, p, v) : register new point of light COLR c; : pixel color (RGBE) FVECT p; : world intersection point +FVECT v; : ray direction vector Add the given color point to the display output queue.