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 2.1 by greg, Tue Nov 12 17:19:16 1991 UTC vs.
Revision 2.3 by greg, Sat Feb 22 02:07:30 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1991 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid: $Id$ */
2   /*
3   * Common data structures for glare source finding routines
4   */
# Line 24 | Line 21
21   #define TOOSMALL(s)     ((s)->brt*(s)->dom < threshold*SAMIN)
22  
23   #define SABIG           .025            /* solid angle of splittable source */
24 < #define LCORR           .8              /* linearity of splittable source */
24 > #define LCORR           .12             /* linearity of splittable source */
25  
26   extern VIEW     ourview;                /* our view */
27   extern VIEW     pictview;               /* picture view */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines