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

Comparing ray/src/rt/aniso.c (file contents):
Revision 2.55 by greg, Sun Jul 29 21:56:16 2012 UTC vs.
Revision 2.56 by greg, Sat Jan 25 18:27:39 2014 UTC

# Line 194 | Line 194 | m_aniso(                       /* shade ray that hit something anisotropic
194                  objerror(m, USER, "bad number of real arguments");
195                                                  /* check for back side */
196          if (r->rod < 0.0) {
197 <                if (!backvis && m->otype != MAT_TRANS2) {
197 >                if (!backvis) {
198                          raytrans(r);
199                          return(1);
200                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines