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.8 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.9 by greg, Tue Apr 19 01:15:06 2005 UTC

# Line 78 | Line 78 | m_clip(                        /* clip objects from ray */
78          r->newcset = cset;
79          if (strcmp(m->oargs.sarg[0], VOIDID)) {
80                  int  inside = 0;
81 <                register RAY  *rp;
81 >                register const RAY  *rp;
82                                          /* check for penetration */
83                  for (rp = r; rp->parent != NULL; rp = rp->parent)
84                          if (!(rp->rtype & RAYREFL) && rp->parent->ro != NULL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines