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.3 by rschregle, Tue May 26 12:32:21 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 for photon map generation; used by MKPMAP
# Line 9 | Line 12
12     supported by the Swiss National Science Foundation (SNSF, #147053)
13     ==================================================================
14    
12   $Id$
15   */
16  
17  
# Line 29 | 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