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

Comparing ray/src/rt/o_face.c (file contents):
Revision 1.3 by greg, Wed Apr 19 22:24:26 1989 UTC vs.
Revision 2.3 by greg, Tue Feb 25 02:47:23 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1986 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  o_face.c - compute ray intersection with faces.
9 *
10 *     8/29/85
6   */
7  
8 + #include "copyright.h"
9 +
10   #include  "ray.h"
11  
12   #include  "face.h"
# Line 57 | Line 54 | register RAY  *r;
54          VCOPY(r->rop, pisect);
55          VCOPY(r->ron, f->norm);
56          r->rod = rdot;
57 <        r->rofs = 1.0; setident4(r->rofx);
61 <        r->robs = 1.0; setident4(r->robx);
57 >        r->rox = NULL;
58  
59          return(1);                              /* hit */
60   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines