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.11 by greg, Thu Mar 28 16:27:23 1991 UTC vs.
Revision 1.13 by greg, Wed Apr 10 15:59:04 1991 UTC

# Line 6 | Line 6
6   * Common data structures for glare source finding routines
7   */
8  
9 #define DEBUG 1
10
9   #include "standard.h"
10   #include "view.h"
11   #include "color.h"
# Line 18 | Line 16
16   #define SAMPDENS        50              /* default samples per unit in image */
17   #define TSAMPSTEP       10              /* sample step to compute threshold */
18  
19 < #define SEPS            2               /* sources this close ==> contig. */
19 > #define SEPS            1               /* sources this close ==> contig. */
20  
21   #define SAMIN           .005            /* minimum solid angle for source */
22   #define MAXBUDDY        (4.*sqrt(SAMIN/PI))     /* max separation for pairing */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines