ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/genblinds.c
(Generate patch)

Comparing ray/src/gen/genblinds.c (file contents):
Revision 2.13 by greg, Sat Aug 1 23:27:04 2015 UTC vs.
Revision 2.14 by greg, Tue Jun 30 18:16:30 2020 UTC

# Line 21 | Line 21 | static const char      RCSid[] = "$Id$";
21   #include  <string.h>
22  
23   #define  PI             3.14159265358979323846
24 < #define  DELTA          10.  /*  MINIMAL SUSTAINED ANGLE IN DEGREES */
24 > #define  DELTA          3.  /*  MINIMAL SUSTAINED ANGLE IN DEGREES */
25  
26   double  baseflat[4][3], baseblind[4][3][180];
27   double  A[3],X[3];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines