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

Comparing ray/src/rt/pmapparm.h (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 27 | Line 27
27        unsigned minGather, maxGather; /* Num photons to gather */
28        unsigned long distribTarget;   /* Num photons to store */
29     } PhotonMapParams;
30 +  
31 +   /* Bounding box for region of interest */
32 +      typedef struct {
33 +      float min [3], max [3];
34 +   } PhotonMapROI;
35  
36  
37     extern PhotonMapParams pmapParams [NUM_PMAP_TYPES];
# Line 43 | Line 48
48     extern float         pdfSamples, preDistrib, finalGather,
49                          gatherTolerance, maxDistFix;
50     extern unsigned long photonHeapSizeInc, photonMaxBounce;
51 <   extern unsigned      photonRepTime, maxPreDistrib, defaultGather;
52 <  
53 < #ifdef PMAP_ROI                
54 <   extern float pmapROI [6];
55 < #endif  
51 >   extern unsigned      photonRepTime, maxPreDistrib, defaultGather,
52 >                        verbose;
53 >
54 >   extern unsigned      pmapNumROI;
55 >   extern PhotonMapROI  *pmapROI;
56  
57   #ifdef PMAP_OOC
58     extern float         pmapCachePageSize;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines