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.65 by greg, Wed Aug 1 15:26:36 2012 UTC vs.
Revision 2.66 by greg, Sat Jan 25 18:27:39 2014 UTC

# Line 188 | Line 188 | m_normal(                      /* color a ray that hit something normal *
188                  objerror(m, USER, "bad number of arguments");
189                                                  /* check for back side */
190          if (r->rod < 0.0) {
191 <                if (!backvis && m->otype != MAT_TRANS) {
191 >                if (!backvis) {
192                          raytrans(r);
193                          return(1);
194                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines