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

Comparing ray/src/rt/m_clip.c (file contents):
Revision 2.6 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 2.7 by schorsch, Mon Jul 21 22:30:19 2003 UTC

# Line 80 | Line 80 | register RAY  *r;
80                                          /* check for penetration */
81                  for (rp = r; rp->parent != NULL; rp = rp->parent)
82                          if (!(rp->rtype & RAYREFL) && rp->parent->ro != NULL
83 <                                        && inset(modset, rp->parent->ro->omod))
83 >                                        && inset(modset, rp->parent->ro->omod)) {
84                                  if (rp->parent->rod > 0.0)
85                                          inside++;
86                                  else
87                                          inside--;
88 +                        }
89                  if (inside > 0) {       /* we just hit the object */
90                          flipsurface(r);
91                          return(rayshade(r, lastmod(obj, m->oargs.sarg[0])));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines