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.7 by greg, Mon Oct 10 12:07:45 1994 UTC vs.
Revision 2.8 by greg, Tue Feb 21 16:00:55 1995 UTC

# Line 71 | Line 71 | char  *argv[];
71  
72          /* HOW MANY ELEMENTARY SURFACES SHOULD BE CALCULATED ? */
73  
74 <        nsurf = (theta / ((PI/180.)*DELTA));
74 >        nsurf = (theta / ((PI/180.)*DELTA)) + 1;
75  
76          /* WHAT IS THE DEPTH OF THE ELEMENTARY SURFACES ? */
77  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines