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.16 by greg, Mon Apr 22 10:28:10 1991 UTC vs.
Revision 1.17 by greg, Tue Apr 30 16:24:08 1991 UTC

# Line 13 | Line 13
13  
14   #define GLAREBR         7.0             /* glare source is this * avg. lum. */
15  
16 < #define SAMPDENS        50              /* default samples per unit in image */
16 > #define SAMPDENS        75              /* default samples per unit in image */
17   #define TSAMPSTEP       10              /* sample step to compute threshold */
18  
19   #define SEPS            1               /* sources this close ==> contig. */
# Line 22 | Line 22
22   #define MAXBUDDY        (4.*sqrt(SAMIN/PI))     /* max separation for pairing */
23  
24   #define TOOSMALL(s)     ((s)->brt*(s)->dom < threshold*SAMIN)
25 +
26 + #define SABIG           .025            /* solid angle of splittable source */
27 + #define LCORR           .8              /* linearity of splittable source */
28  
29   extern VIEW     ourview;                /* our view */
30   extern VIEW     pictview;               /* picture view */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines