ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhd_odraw.h
(Generate patch)

Comparing ray/src/hd/rhd_odraw.h (file contents):
Revision 3.5 by gwlarson, Wed Dec 23 17:42:24 1998 UTC vs.
Revision 3.6 by gwlarson, Mon Dec 28 19:32:29 1998 UTC

# Line 20 | Line 20 | extern struct ODview {
20          int     sfirst, snext;  /* first sample and first in next view */
21          short   hhi, vhi;       /* screen image resolution */
22          short   hlow, vlow;     /* block resolution */
23 +        int     n2redraw;       /* approx. number of samples needing redraw */
24          struct ODblock {
25                  short   nsamp;          /* number of samples in block */
26                  short   nused;          /* number actually allocated */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines