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.26 by greg, Mon Aug 26 10:10:43 1991 UTC vs.
Revision 1.27 by greg, Tue Oct 1 14:29:16 1991 UTC

# Line 349 | Line 349 | register int  sn;      /* target source number */
349                  nok++;
350                                          /* check against obstructions */
351                  rayclear(&sr);
352 <                if (!localhit(&sr, &thescene) || sr.ro == source[sn].so)
352 >                sr.revf = raytrace;
353 >                rayvalue(&sr);
354 >                if (bright(sr.rcol) > FTINY)
355                          nhit++;
356                  if (nhit > 0 && nhit < nok) {
357   #ifdef DEBUG

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines