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.48 by greg, Thu Apr 14 17:43:43 2005 UTC vs.
Revision 2.49 by greg, Fri Apr 15 04:44:51 2005 UTC

# Line 394 | Line 394 | direct(                                        /* add direct component */
394   #endif
395                  VCOPY(scp->dir, sr.rdir);
396                                                  /* compute potential */
397 <                sr.revf = srcvalue;
398 <                rayvalue(&sr);
397 >                srcvalue(&sr);
398                  copycolor(scp->val, sr.rcol);
399                  multcolor(scp->val, scp->coef);
400                  cntord[sn].brt = bright(scp->val);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines