| 1 |
< |
/* Copyright (c) 1990 Regents of the University of California */ |
| 1 |
> |
/* Copyright (c) 1991 Regents of the University of California */ |
| 2 |
|
|
| 3 |
|
#ifndef lint |
| 4 |
|
static char SCCSid[] = "$SunId$ LBL"; |
| 56 |
|
in = getinstance(o, IO_BOUNDS); |
| 57 |
|
/* check if cube vertex in octree */ |
| 58 |
|
for (j = 0; j < 3; j++) |
| 59 |
< |
cumax[j] = (cumin[j] = cu->cuorg[j]-FTINY) |
| 60 |
< |
+ cu->cusize + 2.0*FTINY; |
| 59 |
> |
cumax[j] = (cumin[j] = in->obj->scube.cuorg[j]) + |
| 60 |
> |
in->obj->scube.cusize; |
| 61 |
|
vloc = ABOVE | BELOW; |
| 62 |
|
vout = 0; |
| 63 |
|
for (i = 0; i < 8; i++) { |