somehow my cloned objects are missing. they dont appear. i clone them with object3d.cloneObject()
same thing happens when i copy them with
new Object3D(object3d, true); // reuse mesh
but this works ok:
new Object3D(object3d, false); // dont reuse mesh
any ideas ?