How can i access to each mesh after merge them

hello everyone

is it possible to modify each mesh after merge them together?

Hi @Arash_Bagheri
If you merge say 2 meshes, they become 1 mesh.

Hi @aWeirdo
thank you,
I have 1000 cubes and i want to rotate them together but after rotation i need to modify them separately, what can I do?

Maybe the SPS can help with this :slight_smile:

Docs: Solid Particle System - Babylon.js Documentation

Example: https://playground.babylonjs.com/#LXXL6Y#1

1 Like

thank you so much