Grouping Box Meshes

Hi Babylonians. I am new to babylonjs. Currently going through the docs and playground examples. My objective is to create a kitchen cabinet as a product. How can I group the box geometries together inside of a bounding box. I still want the boxes to be separate and not joined together, however grouped so they can be moved as 1 product. Can someone either point me to the correct area in the docs, or provide an example on how to achieve this? Thanks in advance.

Welcome to the community !!!

You should parent them into a transformNode :slight_smile:

Thank you for that. I will check into it

1 Like