| # | Line 48 | Line 48 | |
|---|---|---|
| 48 | #define causticPhotonMapping (causticPmap != NULL) | |
| 49 | #define directPhotonMapping (directPmap != NULL) | |
| 50 | #define volumePhotonMapping (volumePmap != NULL) | |
| 51 | < | #define contribPhotonMapping (contribPmap && contribPmap -> srcContrib) |
| 52 | < | |
| 53 | < | |
| 51 | > | /* #define contribPhotonMapping (contribPmap && contribPmap -> srcContrib) |
| 52 | > | */ |
| 53 | > | #define contribPhotonMapping (contribPmap) |
| 54 | > | |
| 55 | ||
| 56 | extern void (*pmapLookup [])(PhotonMap*, RAY*, COLOR); | |
| 57 | /* Photon map lookup functions per type */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |