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

Comparing ray/src/rt/normal.c (file contents):
Revision 2.72 by greg, Wed Sep 2 18:59:01 2015 UTC vs.
Revision 2.73 by greg, Wed Oct 28 15:45:58 2015 UTC

# Line 190 | Line 190 | m_normal(                      /* color a ray that hit something normal *
190          int  i;
191  
192          /* PMAP: skip transmitted shadow ray if accounted for in photon map */
193 <        if (shadowRayInPmap(r))
193 >        if (shadowRayInPmap(r) || ambRayInPmap(r))
194                  return(1);
195                                                  /* easy shadow test */
196          if (r->crtype & SHADOW && m->otype != MAT_TRANS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines