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

Comparing ray/src/rt/pmapparm.c (file contents):
Revision 2.7 by rschregle, Tue May 17 17:39:47 2016 UTC vs.
Revision 2.8 by rschregle, Mon Aug 14 21:12:10 2017 UTC

# Line 19 | Line 19 | static const char RCSid[] = "$Id$";
19  
20   #include "pmapparm.h"
21   #include "pmapdata.h"
22 #include "standard.h"
22   #include <ctype.h>
23  
24  
# Line 48 | Line 47 | unsigned long  pmapCacheSize     = 1e6;   /* OOC cache
47   #endif
48  
49  
50 < #ifdef PMAP_ROI
51 < /* Region of interest bbox: {xmin, xmax, ymin, ymax, zmin, zmax} */
52 < float pmapROI [6] = {-FHUGE, FHUGE, -FHUGE, FHUGE, -FHUGE, FHUGE};                                        
54 < #endif                                        
50 > /* Regions of interest */
51 > unsigned pmapNumROI = 0;
52 > PhotonMapROI *pmapROI = NULL;
53  
54  
55 + unsigned verbose = 0;                  /* Verbose console output */
56   unsigned long photonMaxBounce = 5000;  /* Runaway photon bounce limit */
57   unsigned photonRepTime        = 0,     /* Seconds between reports */
58           maxPreDistrib        = 4,     /* Max predistrib passes */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines