Hello, I’m learning threejs, have a small doubt.
I have an STL file that is loaded using STLLoader, That STL file may have multiple parts (I can easily visible that in Microsoft 3D Builder), My doubt is how to get these multiple parts information in Three JS ?
Possible to identify how many disconnected objects are there?
Possible to get those objects face numbers separately?
Any predefined methods are available are three in Three JS? If not what the logic I need to apply?
Thanks,
Jezz…