--- ray/src/ot/bbox.c 1989/10/24 13:59:20 1.3 +++ ray/src/ot/bbox.c 2003/02/25 02:47:22 2.3 @@ -1,19 +1,18 @@ -/* Copyright (c) 1987 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: bbox.c,v 2.3 2003/02/25 02:47:22 greg Exp $"; #endif - /* * bbox.c - routines for bounding box computation. - * - * 8/4/87 */ +#include "copyright.h" + #include "standard.h" #include "object.h" +#include "octree.h" + #include "otypes.h" #include "face.h" @@ -70,7 +69,7 @@ FVECT bbmin, bbmax; if (j & 1<obj->scube.cusize; } - multp3(v, v, io->f.xfm); + multp3(v, v, io->x.f.xfm); point2bbox(v, bbmin, bbmax); } break;