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

Comparing ray/src/util/glare.h (file contents):
Revision 1.13 by greg, Wed Apr 10 15:59:04 1991 UTC vs.
Revision 1.14 by greg, Fri Apr 12 10:28:39 1991 UTC

# Line 11 | Line 11
11   #include "color.h"
12   #include "setscan.h"
13  
14 < #define GLAREBR         10.0            /* glare source is this * avg. lum. */
14 > #define GLAREBR         7.0             /* glare source is this * avg. lum. */
15  
16   #define SAMPDENS        50              /* default samples per unit in image */
17   #define TSAMPSTEP       10              /* sample step to compute threshold */
# Line 65 | Line 65 | extern struct source {
65          struct srcspan  *first; /* first span for this source */
66          struct source   *next;  /* next source in list */
67   } *donelist;                    /* finished sources */
68 +
69 + typedef struct {
70 +        double  err;            /* cumulative error */
71 +        double  prob;           /* target probability */
72 + } SPANERR;              /* probability record for computing spans */
73  
74   extern double   getviewpix();
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines