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 |
|
|
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} */ |