--- ray/src/ot/oconv.c 1990/01/12 10:50:59 1.7 +++ ray/src/ot/oconv.c 1990/04/02 15:19:46 1.8 @@ -252,9 +252,16 @@ OBJECT obj; if ((1<otype)) + addobject(&cukid, oset[j]); + /* then this object */ addobject(&cukid, obj); + /* volumes last */ for (j = 1; j <= oset[0]; j++) - addobject(&cukid, oset[j]); + if (isvolume(objptr(oset[j])->otype)) + addobject(&cukid, oset[j]); octkid(ot, i) = cukid.cutree; } cu->cutree = ot;