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.1 by gwlarson, Fri Dec 18 11:55:19 1998 UTC vs.
Revision 3.2 by gwlarson, Sun Dec 20 20:37:54 1998 UTC

# Line 24 | Line 24 | extern struct ODview {
24                  short   nused;          /* number actually allocated */
25                  int     first;          /* first sample in this block */
26                  int     free;           /* index for block free list */
27 +                float   pthresh;        /* proximity threshold */
28          }       *bmap;          /* low resolution image map */
29          int4    *emap;          /* low resolution edge presence map */
30          GLfloat *dmap;          /* high resolution depth map */
# Line 118 | Line 119 | Draw all new and undrawn sample values since last call
119  
120  
121   void
122 < odRemap()                       : recompute tone mapping
122 > odRemap(newhist)                : recompute tone mapping
123 > int     newhist;                : flag whether to clear history
124  
125   Recompute the tone mapping for all the samples in all the views
126 < and redraw them on the next call(s) to odUpdate().
126 > and redraw them on the next call(s) to odUpdate().  If newhist
127 > is non-zero, then clear the previous sample history.
128  
129   **********************************************************************/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines