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 1.4 by greg, Sat Dec 15 15:03:29 1990 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1986 Regents of the University of California */
1 > /* Copyright (c) 1990 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 57 | Line 57 | register RAY  *r;
57          VCOPY(r->rop, pisect);
58          VCOPY(r->ron, f->norm);
59          r->rod = rdot;
60 <        r->rofs = 1.0; setident4(r->rofx);
61 <        r->robs = 1.0; setident4(r->robx);
60 >        r->rox = NULL;
61  
62          return(1);                              /* hit */
63   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines