web-ifc-viewer
web-ifc-viewer copied to clipboard
Feature request: disposal of a single model
In my application I want to show only one model at a time. As soon as the user selects a different model, the old model should be disposed of so that the memory it occupys is cleared, while the scene and all other objects remain. I need a method that handles the disposal of the model for me, something like IfcManager.remove(model).