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

Comparing ray/src/rt/ambient.c (file contents):
Revision 2.3 by greg, Wed Mar 4 16:52:13 1992 UTC vs.
Revision 2.4 by greg, Fri Apr 10 16:14:34 1992 UTC

# Line 60 | Line 60 | int  ar;
60                  if (maxarad > thescene.cusize / 2.0)
61                          maxarad = thescene.cusize / 2.0;
62          }
63 +        if (maxarad <= FTINY)
64 +                maxarad = .001;
65   }
66  
67  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines