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.3 by greg, Tue Aug 18 18:45:55 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    
16     $Id$    
# Line 422 | Line 424 | void volumeBiasComp (PhotonMap* pmap, const RAY* ray,
424     pmap -> totalGathered += numMid;
425     ++pmap -> numDensity;
426   }
427 <                                
427 >                                

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines