I am using standard OBJLoader from Three.JS to import my .OBJ files. The problem is, that I get my model uploaded as single object, without children. I get whole geometry right and everything is ok, just, I would like to separate it by mesh. For example, I am importing a bed, and I would like to move only left side of the bed, or one mesh from the bed.
Here is my file that I am uploading: Test file.obj
You can see that If you load it into Three.js, everything is fine, but it's one single object. But If you take a look a the .OBJ file I have meshes separated (example: g akrMesh_65_65, g akrMesh_66_66 ). How can I load my .OBJ file so that I have object separated by meshes?