You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: