1 |
|
/* |
2 |
|
================================================================== |
3 |
< |
Parameters common to all photon map modules. |
4 |
< |
For inclusion in main program. |
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$ |
38 |
|
#define contribPmapParams (pmapParams [PMAP_TYPE_CONTRIB]) |
39 |
|
|
40 |
|
|
41 |
< |
extern float pdfSamples, preDistrib, finalGather, gatherTolerance, |
42 |
< |
maxDistCoeff; |
41 |
> |
extern float pdfSamples, preDistrib, finalGather, gatherTolerance, |
42 |
> |
maxDistFix; |
43 |
|
extern unsigned long photonHeapSizeInc, photonMaxBounce; |
44 |
|
extern unsigned photonRepTime, maxPreDistrib, defaultGather; |
45 |
|
#ifdef PMAP_ROI |