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

Comparing ray/src/rt/rpmain.c (file contents):
Revision 2.15 by greg, Wed Aug 7 05:10:09 2013 UTC vs.
Revision 2.16 by greg, Tue Feb 24 19:39:27 2015 UTC

# Line 18 | Line 18 | static const char      RCSid[] = "$Id$";
18   #include  "random.h"
19   #include  "paths.h"
20   #include  "view.h"
21 + #include  "pmapray.h"
22  
23                                          /* persistent processes define */
24   #ifdef  F_SETLKW
# Line 297 | Line 298 | main(int  argc, char  *argv[])
298                  printargs(i, argv, stdout);
299                  printf("SOFTWARE= %s\n", VersionID);
300          }
301 +                  
302 +        ray_init_pmap();     /* PMAP: set up & load photon maps */
303  
304          marksources();                  /* find and mark sources */
305  
306          setambient();                   /* initialize ambient calculation */
307 <
307 >        
308   #ifdef  PERSIST
309          if (persist) {
310                  fflush(stdout);
# Line 356 | Line 359 | runagain:
359                  goto runagain;
360          }
361   #endif
362 +
363 +
364 +        ray_done_pmap();           /* PMAP: free photon maps */
365 +        
366          quit(0);
367  
368   badopt:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines