looks like found the solution
create a new Scene() and add the object3D cloned
terrain = new THREE.Scene().add(scene.getObjectByName(“Terrain”).clone())
looks like found the solution
create a new Scene() and add the object3D cloned
terrain = new THREE.Scene().add(scene.getObjectByName(“Terrain”).clone())