Is it possible to rotate obj file with 1000 meshes in y axis?

Hello everyone

I have a obj file which include 1000 meshes, is it possible to rotate obj file in y axis?

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

If you are really asking this, from your other thread, and do not want to use SPS then use parenting Use a Parent - Babylon.js Documentation

tnx a lot. how can i use Parent in my project to solve my problem?

Give meshes all the same parent, rotate parent, change individual meshes.

thank you so much.