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 1.45 by greg, Mon Oct 21 12:58:06 1991 UTC vs.
Revision 1.46 by greg, Mon Oct 21 14:23:36 1991 UTC

# Line 232 | Line 232 | char  *p;                      /* data for f */
232                                  error(SYSTEM, "out of memory in direct");
233                  }
234                  cntord[sn].sndx = sn;
235 <                cntord[sn].brt = 0.0;
235 >                srccnt[sn].sno = sr.rsrc;
236                                                  /* compute coefficient */
237 <                (*f)(srccnt[sn].coef, p, srccnt[sn].dir, si.dom);
237 >                (*f)(srccnt[sn].coef, p, sr.rdir, si.dom);
238                  cntord[sn].brt = bright(srccnt[sn].coef);
239                  if (cntord[sn].brt <= 0.0)
240                          continue;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines