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.5 by greg, Tue Aug 18 18:45:55 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 29 | Line 32 | float pdfSamples = 1000,                /* PDF samples
32                                             fraction of minGather/maxGather
33                                             are restarted with a larger
34                                             search radius */
35 <      maxDistCoeff = 100;               /* Coefficient for maximum photon
36 <                                           search radius  */
35 >      maxDistFix = 0;                   /* Static maximum photon search
36 >                                           radius (radius is adaptive if
37 >                                           this is zero) */
38  
39   #ifdef PMAP_ROI
40     /* Region of interest bbox: {xmin, xmax, ymin, ymax, zmin, zmax} */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines