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.4 by rschregle, Tue May 26 13:31:19 2015 UTC

# Line 1 | Line 1
1   /*
2     ==================================================================
3 <   Parameters common to all photon map modules.
3 >   Parameters for photon map generation; used by MKPMAP
4 >   For inclusion in mkpmap.c
5    
6     Roland Schregle (roland.schregle@{hslu.ch, gmail.com}
7     (c) Fraunhofer Institute for Solar Energy Systems,
8 <       Lucerne University of Applied Sciences & Arts
8 >   (c) Lucerne University of Applied Sciences and Arts,
9 >   supported by the Swiss National Science Foundation (SNSF, #147053)
10     ==================================================================
11    
12     $Id$
# Line 27 | Line 29 | float pdfSamples = 1000,                /* PDF samples
29                                             fraction of minGather/maxGather
30                                             are restarted with a larger
31                                             search radius */
32 <      maxDistCoeff = 100;               /* Coefficient for maximum photon
33 <                                           search radius  */
32 >      maxDistFix = 0;                   /* Static maximum photon search
33 >                                           radius (radius is adaptive if
34 >                                           this is zero) */
35  
36   #ifdef PMAP_ROI
37     /* Region of interest bbox: {xmin, xmax, ymin, ymax, zmin, zmax} */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines