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.1 by greg, Tue Feb 24 19:39:27 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,
11 <       Lucerne University of Applied Sciences & Arts
11 >   (c) Lucerne University of Applied Sciences and Arts,
12 >   supported by the Swiss National Science Foundation (SNSF, #147053)
13     ==================================================================
14    
10   $Id$
15   */
16  
17  
# Line 27 | 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