In method Object3D.mergeAll(objects) does not matter how is object translated and rotated?
No. It merges the objects in object space, not in world space.
Could you add same method, but merge in world space? :) or how to do it?
You can make rotations and translations permanent by calling rotateMesh() and translateMesh() on the object in question. Then merge the objects.
thanks :)