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.73 by greg, Wed Oct 28 15:45:58 2015 UTC vs.
Revision 2.74 by rschregle, Tue Feb 23 12:42:41 2016 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 +        /* No longer needed?
194          if (shadowRayInPmap(r) || ambRayInPmap(r))
195 <                return(1);
195 >                return(1); */          
196 >                
197                                                  /* easy shadow test */
198          if (r->crtype & SHADOW && m->otype != MAT_TRANS)
199                  return(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines