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

Comparing ray/src/rt/source.c (file contents):
Revision 2.25 by greg, Tue May 28 13:41:41 1996 UTC vs.
Revision 2.26 by gregl, Fri May 30 19:04:51 1997 UTC

# Line 423 | Line 423 | register RAY  *r;
423                          copycolor(sr.cext, r->cext);
424                          copycolor(sr.albedo, r->albedo);
425                          sr.gecc = r->gecc;
426 +                        sr.slights = r->slights;
427                          rayvalue(&sr);                  /* eval. source ray */
428                          if (bright(sr.rcol) <= FTINY)
429                                  continue;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines