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.29 by greg, Tue May 2 15:28:36 1995 UTC vs.
Revision 2.30 by greg, Wed May 3 09:46:27 1995 UTC

# Line 89 | Line 89 | int  ar;
89                  maxarad = thescene.cusize / 2.0;
90          } else {
91                  minarad = thescene.cusize / ar;
92 <                maxarad = 16 * minarad;                 /* heuristic */
92 >                maxarad = 64 * minarad;                 /* heuristic */
93                  if (maxarad > thescene.cusize / 2.0)
94                          maxarad = thescene.cusize / 2.0;
95          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines