three-usdz-loader icon indicating copy to clipboard operation
three-usdz-loader copied to clipboard

Performance issues caused by switching models multiple times

Open fengyu666999 opened this issue 7 months ago • 0 comments

I need to load multiple models at the same time, each model needs to be loaded with a new USDZLoader(), but one USDZLoader occupies 800M memory, if there are multiple USDZLoaders, and I need to switch models, the browser performance will not be able to support, I want to know how to release the wasm memory introduced by USDZLoader

fengyu666999 avatar Jul 23 '24 02:07 fengyu666999