--- ray/src/rt/pmapparm.h 2015/02/24 19:39:27 2.1 +++ ray/src/rt/pmapparm.h 2015/08/18 18:45:55 2.5 @@ -1,14 +1,16 @@ +/* RCSid $Id: pmapparm.h,v 2.5 2015/08/18 18:45:55 greg Exp $ */ /* ================================================================== - Parameters common to all photon map modules. - For inclusion in main program. + Parameters for photon map generation; used by MKPMAP + For inclusion in mkpmap.c Roland Schregle (roland.schregle@{hslu.ch, gmail.com} (c) Fraunhofer Institute for Solar Energy Systems, - Lucerne University of Applied Sciences & Arts + (c) Lucerne University of Applied Sciences and Arts, + supported by the Swiss National Science Foundation (SNSF, #147053) ================================================================== - $Id: pmapparm.h,v 2.1 2015/02/24 19:39:27 greg Exp $ + $Id: pmapparm.h,v 2.5 2015/08/18 18:45:55 greg Exp $ */ @@ -37,8 +39,8 @@ #define contribPmapParams (pmapParams [PMAP_TYPE_CONTRIB]) - extern float pdfSamples, preDistrib, finalGather, gatherTolerance, - maxDistCoeff; + extern float pdfSamples, preDistrib, finalGather, gatherTolerance, + maxDistFix; extern unsigned long photonHeapSizeInc, photonMaxBounce; extern unsigned photonRepTime, maxPreDistrib, defaultGather; #ifdef PMAP_ROI