Closed shustudios closed 6 years ago
After viewing the source code, it seems that the Three.js Object you add using 'addAtCoordinate' gets inserted into a group. Therefore to get the remove method to work, I had to pass in the object's parent:
threebox.remove(3dObject.parent);
After viewing the source code, it seems that the Three.js Object you add using 'addAtCoordinate' gets inserted into a group. Therefore to get the remove method to work, I had to pass in the object's parent:
threebox.remove(3dObject.parent);