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.36 by greg, Thu Jun 20 16:36:41 1991 UTC vs.
Revision 1.37 by greg, Tue Jun 25 12:32:51 1991 UTC

# Line 75 | Line 75 | marksources()                  /* find and mark source objects */
75                  if ((ns = newsource()) < 0)
76                          goto memerr;
77  
78 <                (*sfun[o->otype].of->setsrc)(&source[ns], o);
78 >                setsource(&source[ns], o);
79  
80                  if (m->otype == MAT_GLOW) {
81                          source[ns].sflags |= SPROX;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines