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

Comparing ray/src/rt/pmapsrc.h (file contents):
Revision 2.1 by greg, Tue Feb 24 19:39:27 2015 UTC vs.
Revision 2.6 by rschregle, Tue Mar 20 19:55:33 2018 UTC

# Line 1 | Line 1
1 + /* RCSid $Id$ */
2 +
3   /*
4     ==================================================================
5     Photon map support routines for emission from light sources
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$
# Line 52 | Line 55
55  
56  
57  
58 <   /* Photon port list for emission from geometry en lieu of light sources */
58 >   /* Photon ports for emission from geometry en lieu of light sources */
59 >   extern char *photonPortList [MAXSET + 1];
60     extern SRCREC *photonPorts;
61     extern unsigned numPhotonPorts;
62  
# Line 63 | Line 67
67  
68  
69  
70 <   void getPhotonPorts ();
71 <   /* Find geometry declared as photon ports */
70 >   void getPhotonPorts (char **portList);
71 >   /* Find geometry declared as photon ports from modifiers in portList */
72  
73     void initPhotonEmissionFuncs ();
74     /* Init photonPartition[] and photonOrigin[] dispatch tables with source

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines