ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapcontrib.h
(Generate patch)

Comparing ray/src/rt/pmapcontrib.h (file contents):
Revision 2.4 by greg, Tue Sep 1 16:27:52 2015 UTC vs.
Revision 2.5 by rschregle, Tue May 17 17:39:47 2016 UTC

# Line 1 | Line 1
1   /* RCSid $Id$ */
2 +
3   /*
4     ==================================================================
5     Photon map support for light source contributions
# Line 8 | Line 9
9     supported by the Swiss National Science Foundation (SNSF, #147053)
10     ==================================================================
11    
12 +   $Id$
13   */
14  
15 < #ifndef PMAP_CONTRIB_H
16 <   #define PMAP_CONTRIB_H
15 > #ifndef PMAPCONTRIB_H
16 >   #define PMAPCONTRIB_H
17  
18     #include "pmapdata.h"  
19    
20     void initPmapContrib (LUTAB *srcContrib, unsigned numSrcContrib);
21     /* Set up photon map contributions (interface to rcmain.c) */
22  
23 <   void distribPhotonContrib (PhotonMap *pmap);
23 >   void distribPhotonContrib (PhotonMap *pmap, unsigned numProc);
24     /* Emit photons from light sources with tagged contributions, and
25      * build photon map */
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines