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

Comparing ray/src/rt/pmapmat.h (file contents):
Revision 2.2 by rschregle, Fri May 8 13:20:22 2015 UTC vs.
Revision 2.3 by greg, Thu May 21 13:54:59 2015 UTC

# Line 39 | Line 39
39                                   (ambounce < 0 || (r) -> rlvl > 1)) || \
40                                   causticPhotonMapping || contribPhotonMapping))
41     #define shadowRayInPmap(r) ((r) -> crtype & SHADOW && \
42 <                               ((photonMapping && ambounce < 0) || \
43 <                                causticPhotonMapping || contribPhotonMapping))
42 >                                photonMapping)
43    
44     /* Check if scattered ray spawns a caustic photon */
45     #define PMAP_CAUSTICRAY(r) ((r) -> rtype & SPECULAR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines