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

Comparing ray/src/rt/m_alias.c (file contents):
Revision 2.7 by greg, Tue Jul 8 18:25:00 2014 UTC vs.
Revision 2.8 by greg, Tue Jan 9 05:01:15 2018 UTC

# Line 56 | Line 56 | m_alias(                       /* transfer shading to alias target */
56          if (do_irrad && !(r->crtype & ~(PRIMARY|TRANS)) &&
57                          m->otype != MAT_CLIP &&
58                          (ofun[arec.otype].flags & (T_M|T_X))) {
59 <                if (irr_ignore(arec.otype)) {
59 >                if (istransp(arec.otype) || isBSDFproxy(m)) {
60                          raytrans(r);
61                          return(1);
62                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines