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.5 by rschregle, Tue May 17 17:39:47 2016 UTC vs.
Revision 2.6 by rschregle, Tue Mar 20 19:55:33 2018 UTC

# Line 55 | 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 66 | 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