1 |
+ |
/* RCSid $Id$ */ |
2 |
|
/* |
3 |
|
================================================================== |
4 |
< |
Parameters common to all photon map modules. |
5 |
< |
For inclusion in main program. |
4 |
> |
Parameters for photon map generation; used by MKPMAP |
5 |
> |
For inclusion in mkpmap.c |
6 |
|
|
7 |
|
Roland Schregle (roland.schregle@{hslu.ch, gmail.com} |
8 |
|
(c) Fraunhofer Institute for Solar Energy Systems, |
9 |
< |
Lucerne University of Applied Sciences & Arts |
9 |
> |
(c) Lucerne University of Applied Sciences and Arts, |
10 |
> |
supported by the Swiss National Science Foundation (SNSF, #147053) |
11 |
|
================================================================== |
12 |
|
|
13 |
|
$Id$ |
39 |
|
#define contribPmapParams (pmapParams [PMAP_TYPE_CONTRIB]) |
40 |
|
|
41 |
|
|
42 |
< |
extern float pdfSamples, preDistrib, finalGather, gatherTolerance, |
43 |
< |
maxDistCoeff; |
42 |
> |
extern float pdfSamples, preDistrib, finalGather, gatherTolerance, |
43 |
> |
maxDistFix; |
44 |
|
extern unsigned long photonHeapSizeInc, photonMaxBounce; |
45 |
|
extern unsigned photonRepTime, maxPreDistrib, defaultGather; |
46 |
|
#ifdef PMAP_ROI |