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.2 by rschregle, Fri May 8 13:20:22 2015 UTC vs.
Revision 2.6 by greg, Tue Sep 1 16:27:52 2015 UTC

# Line 1 | Line 1
1 + /* RCSid $Id$ */
2   /*
3     ==================================================================
4 <   Parameters common to all photon map modules.
5 <   For inclusion in main program.
4 >   Parameters for photon map generation; used by MKPMAP
5 >   For inclusion in mkpmap.c
6    
7     Roland Schregle (roland.schregle@{hslu.ch, gmail.com}
8     (c) Fraunhofer Institute for Solar Energy Systems,
9     (c) Lucerne University of Applied Sciences and Arts,
10     supported by the Swiss National Science Foundation (SNSF, #147053)
11     ==================================================================
12 <  
12 <   $Id$
12 >
13   */
14  
15  
# Line 38 | Line 38
38     #define contribPmapParams  (pmapParams [PMAP_TYPE_CONTRIB])
39    
40    
41 <   extern float pdfSamples, preDistrib, finalGather, gatherTolerance,
42 <                maxDistCoeff;
41 >   extern float pdfSamples, preDistrib, finalGather, gatherTolerance,
42 >                maxDistFix;
43     extern unsigned long photonHeapSizeInc, photonMaxBounce;
44     extern unsigned photonRepTime, maxPreDistrib, defaultGather;
45   #ifdef PMAP_ROI                

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines