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.4 by greg, Mon Mar 18 16:06:51 1991 UTC vs.
Revision 1.5 by greg, Tue Mar 19 09:08:17 1991 UTC

# Line 33 | Line 33 | extern int     hsize;                  /* horizontal size */
33   extern int      hlim;                   /* horizontal limit of central view */
34  
35   #define nglardirs       (2*nglarangs+1)
36 < #define vsize           sampdens
36 > #define vsize           (sampdens-1)
37   #define h_theta(h)      (-(double)(h)/(double)sampdens)
38  
39   extern struct illum {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines