1 |
+ |
/* RCSid $Id$ */ |
2 |
|
/* |
3 |
|
================================================================== |
4 |
|
Parameters for photon map generation; used by MKPMAP |
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 |