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

Comparing ray/src/rt/pmapbias.c (file contents):
Revision 2.1 by greg, Tue Feb 24 19:39:26 2015 UTC vs.
Revision 2.4 by greg, Tue Sep 1 16:27:52 2015 UTC

# Line 1 | Line 1
1 + #ifndef lint
2 + static const char RCSid[] = "$Id$";
3 + #endif
4   /*
5     ==================================================================
6     Bias compensation for photon density estimates
# Line 6 | Line 9
9        R. Schregle, "Bias Compensation for Photon Maps",
10        Computer Graphics Forum, v22:n4, pp. 729-742, Dec. 2003.
11  
12 <   Roland Schregle (roland.schregle@{hslu.ch, gmail.com})
13 <   (c) Fraunhofer Institute for Solar Energy Systems,
11 <       Lucerne University of Applied Sciences & Arts
12 >   Roland Schregle ([email protected])
13 >   (c) Fraunhofer Institute for Solar Energy Systems
14     ==================================================================
15    
14   $Id$    
16   */
17  
18  
# Line 422 | Line 423 | void volumeBiasComp (PhotonMap* pmap, const RAY* ray,
423     pmap -> totalGathered += numMid;
424     ++pmap -> numDensity;
425   }
426 <                                
426 >                                

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines