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

Comparing ray/src/rt/m_mirror.c (file contents):
Revision 2.6 by greg, Fri Sep 15 15:47:29 1995 UTC vs.
Revision 2.7 by gwlarson, Mon Aug 10 18:37:05 1998 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1995 Regents of the University of California */
1 > /* Copyright (c) 1998 Silicon Graphics, Inc. */
2  
3   #ifndef lint
4 < static char SCCSid[] = "$SunId$ LBL";
4 > static char SCCSid[] = "$SunId$ SGI";
5   #endif
6  
7   /*
# Line 48 | Line 48 | register RAY  *r;
48                          raytrans(r);
49                          return(1);
50                  }
51 <                return(rayshade(r, modifier(m->oargs.sarg[0])));
51 >                return(rayshade(r, lastmod(objndx(m), m->oargs.sarg[0])));
52          }
53                                          /* check for bad source ray */
54          if (r->rsrc >= 0 && source[r->rsrc].so != r->ro)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines