I am currently using three.js to load multiple obj files into a scene. These files combine to create a single unit. My objective is to enable users to customize the color of each part of this rendered unit. I am attempting to place buttons on each section of the unit so that users can click on them to access different customization options for that specific part. However, I am facing challenges in adding child objects to the various components of the unit. Any assistance or guidance on how to approach this would be highly valued.