| # | Line 56 | Line 56 | CUBE *cu; | |
|---|---|---|
| 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] = in->obj->scube.cuorg[j]) + |
| 60 | < | in->obj->scube.cusize; |
| 59 | > | cumax[j] = (cumin[j] = cu->cuorg[j]-FTINY) |
| 60 | > | + cu->cusize + 2.0*FTINY; |
| 61 | vloc = ABOVE | BELOW; | |
| 62 | vout = 0; | |
| 63 | for (i = 0; i < 8; i++) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |