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

Comparing ray/src/rt/m_bsdf.c (file contents):
Revision 2.28 by greg, Tue May 26 13:21:07 2015 UTC vs.
Revision 2.29 by greg, Sat Aug 1 23:27:04 2015 UTC

# Line 464 | Line 464 | m_bsdf(OBJREC *m, RAY *r)
464          }
465                                                  /* check other rays to pass */
466          if (nd.thick != 0 && (!(r->crtype & (SPECULAR|AMBIENT)) ||
467 <                                nd.thick > 0 ^ hitfront)) {
467 >                                (nd.thick > 0) ^ hitfront)) {
468                  raytrans(r);                    /* hide our proxy */
469                  return(1);
470          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines