1 |
+ |
#ifndef lint |
2 |
+ |
static const char RCSid[] = "$Id$"; |
3 |
+ |
#endif |
4 |
|
/* |
5 |
|
================================================================== |
6 |
|
Bias compensation for photon density estimates |
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$ |
424 |
|
pmap -> totalGathered += numMid; |
425 |
|
++pmap -> numDensity; |
426 |
|
} |
427 |
< |
|
427 |
> |
|