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

Comparing ray/src/rt/virtuals.c (file contents):
Revision 1.17 by greg, Tue Jul 16 15:56:51 1991 UTC vs.
Revision 1.18 by greg, Wed Jul 17 12:38:52 1991 UTC

# Line 338 | Line 338 | register int  sn;      /* target source number */
338                          continue;
339                  nok++;
340                                          /* check against obstructions */
341 <                srcray(&sr, NULL, sn);
341 >                rayclear(&sr);
342 >                sr.revf = raytrace;
343                  rayvalue(&sr);
344                  if (bright(sr.rcol) > FTINY)
345                          nhit++;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines