4 |
|
|
5 |
|
Roland Schregle (roland.schregle@{hslu.ch, gmail.com}) |
6 |
|
(c) Fraunhofer Institute for Solar Energy Systems, |
7 |
< |
Lucerne University of Applied Sciences & Arts |
7 |
> |
(c) Lucerne University of Applied Sciences and Arts, |
8 |
> |
supported by the Swiss National Science Foundation (SNSF, #147053) |
9 |
|
================================================================== |
10 |
|
|
11 |
|
$Id$ |
34 |
|
|
35 |
|
/* Macros to test for enabled photon maps */ |
36 |
|
#define photonMapping (globalPmap || preCompPmap || \ |
37 |
< |
causticPmap ||contribPmap) |
38 |
< |
#define causticPhotonMapping (causticPmap) |
39 |
< |
#define directPhotonMapping (directPmap) |
40 |
< |
#define volumePhotonMapping (volumePmap) |
37 |
> |
causticPmap || contribPmap) |
38 |
> |
#define causticPhotonMapping (causticPmap != NULL) |
39 |
> |
#define directPhotonMapping (directPmap != NULL) |
40 |
> |
#define volumePhotonMapping (volumePmap != NULL) |
41 |
|
#define contribPhotonMapping (contribPmap && contribPmap -> srcContrib) |
42 |
|
|
43 |
|
|