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

Comparing ray/src/hd/rhd_glx.c (file contents):
Revision 3.4 by gregl, Fri Dec 26 14:12:37 1997 UTC vs.
Revision 3.5 by gregl, Fri Dec 26 14:46:21 1997 UTC

# Line 284 | Line 284 | double rad;
284                  else
285                          apexh = 1. - ip[2]/(curzmax*DEPTHFACT);
286          }
287 <                                        /* find closest cone match */
287 >        rad *= 1.25;                    /* find conservative cone match */
288          for (ci = 0; ci < MAXCONE-1; ci++)
289                  if (cone[ci].rad >= rad)
290                          break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines