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