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

Comparing ray/src/rt/srcdraw.c (file contents):
Revision 2.9 by greg, Wed Oct 1 22:07:19 2003 UTC vs.
Revision 2.10 by greg, Fri Oct 24 05:29:43 2003 UTC

# Line 420 | Line 420 | int    x0, xsiz, y0, ysiz;             /* origin and size of subimag
420                                          continue;       /* missed/blocked */
421                                                          /* modify pixel */
422                                  if (zbf[y-y0] != NULL &&
423 <                                                sr.rt < 0.999*zbf[y-y0][x-x0])
423 >                                                sr.rt < 0.99*zbf[y-y0][x-x0])
424                                          zbf[y-y0][x-x0] = sr.rt;
425                                  else if (!bigdiff(sr.rcol, pic[y-y0][x-x0],
426                                                  0.01))  /* source sample */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines