--- ray/src/rt/o_face.c 1989/04/19 22:24:26 1.3 +++ ray/src/rt/o_face.c 1990/12/15 15:03:29 1.4 @@ -1,4 +1,4 @@ -/* Copyright (c) 1986 Regents of the University of California */ +/* Copyright (c) 1990 Regents of the University of California */ #ifndef lint static char SCCSid[] = "$SunId$ LBL"; @@ -57,8 +57,7 @@ register RAY *r; VCOPY(r->rop, pisect); VCOPY(r->ron, f->norm); r->rod = rdot; - r->rofs = 1.0; setident4(r->rofx); - r->robs = 1.0; setident4(r->robx); + r->rox = NULL; return(1); /* hit */ }