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.56 by greg, Wed Jul 25 04:12:36 2007 UTC vs.
Revision 2.57 by greg, Thu Jul 17 18:26:01 2008 UTC

# Line 409 | Line 409 | direct(                                        /* add direct component */
409                  rayvalue(&sr);
410                  multcolor(sr.rcol, sr.rcoef);
411                  copycolor(scp->val, sr.rcol);
412 <                cntord[sn].brt = intens(sr.rcol);
412 >                cntord[sn].brt = bright(sr.rcol);
413          }
414                                                  /* sort contributions */
415          qsort(cntord, sn, sizeof(CNTPTR), cntcmp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines