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

# Line 1 | Line 1
1 + #ifndef lint
2 + static const char RCSid[] = "$Id$";
3 + #endif
4   /*
5     ==================================================================
6 <   Parameters common to all photon map modules.
6 >   Parameters for photon map generation; used by MKPMAP
7 >   For inclusion in mkpmap.c
8    
9     Roland Schregle (roland.schregle@{hslu.ch, gmail.com}
10     (c) Fraunhofer Institute for Solar Energy Systems,
# Line 8 | Line 12
12     supported by the Swiss National Science Foundation (SNSF, #147053)
13     ==================================================================
14    
11   $Id$
15   */
16  
17  
# Line 28 | Line 31 | float pdfSamples = 1000,                /* PDF samples
31                                             fraction of minGather/maxGather
32                                             are restarted with a larger
33                                             search radius */
34 <      maxDistCoeff = 100;               /* Coefficient for maximum photon
35 <                                           search radius  */
34 >      maxDistFix = 0;                   /* Static maximum photon search
35 >                                           radius (radius is adaptive if
36 >                                           this is zero) */
37  
38   #ifdef PMAP_ROI
39     /* Region of interest bbox: {xmin, xmax, ymin, ymax, zmin, zmax} */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines