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.46 by greg, Mon Oct 21 14:23:36 1991 UTC vs.
Revision 1.47 by greg, Tue Oct 22 15:45:13 1991 UTC

# Line 123 | Line 123 | SRCINDEX  *si;                 /* source sample index */
123  
124      rayorigin(sr, r, SHADOW, 1.0);              /* ignore limits */
125  
126 <    while ((d = nextssamp(sr->rorg, sr->rdir, si)) != 0.0) {
126 >    while ((d = nextssamp(sr, si)) != 0.0) {
127          sr->rsrc = si->sn;                      /* remember source */
128          srcp = source + si->sn;
129          if (srcp->sflags & SDISTANT) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines