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 |
|
|
15 |
|
$Id$ |
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} */ |