ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rcmain.c
(Generate patch)

Comparing ray/src/rt/rcmain.c (file contents):
Revision 2.7 by greg, Fri Jun 22 22:03:02 2012 UTC vs.
Revision 2.8 by greg, Wed Jun 27 15:32:58 2012 UTC

# Line 335 | Line 335 | main(int argc, char *argv[])
335          nsceneobjs = nobjects;
336  
337          marksources();                  /* find and mark sources */
338        for (i = 0; i < nsources; i++)  /* tracing to sources as well */
339                source[i].sflags |= SFOLLOW;
338  
339          setambient();                   /* initialize ambient calculation */
340  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines