Merge two model glb

hi guys , i work into project when i have a model A i want to add to him another model B and when i apply the drag on the model A they move together (A and B) any suggestions plz

Have you considered to just add your models as children to an instance of THREE.Group? When transforming the group, it appears that both models belong together. But you still have the flexibility of managing both models individually if necessary.

Yes i try with THREE.Group but nothing change

If two models are in a group and you move the group, both will move. If that’s not happening, you will need to share your code or a demo for others to help you.

1 Like