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.15 by greg, Tue Oct 26 19:04:32 2004 UTC vs.
Revision 2.16 by greg, Tue Apr 19 01:15:07 2005 UTC

# Line 448 | Line 448 | drawsources(
448                                  if (source[sp->sn].sflags & SSPOT &&
449                                                  spotout(&sr, source[sp->sn].sl.s))
450                                          continue;       /* outside spot */
451 <                                rayorigin(&sr, NULL, SHADOW, 1.0);
451 >                                rayorigin(&sr, SHADOW, NULL, NULL);
452                                  sr.rsrc = sp->sn;
453                                  rayvalue(&sr);          /* compute value */
454                                  if (bright(sr.rcol) <= FTINY)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines