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.9 by greg, Sat Aug 11 01:41:35 2012 UTC

# Line 45 | Line 45 | int            nmods = 0;              /* number of modifiers */
45  
46   void    (*addobjnotify[8])() = {ambnotify, NULL};
47  
48 < char    RCCONTEXT[] = "RCONTRIB";       /* our special evaluation context */
48 > char    RCCONTEXT[] = "RC";             /* our special evaluation context */
49  
50  
51   static void
# 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