Model Viewer is capable to load multiple models (5-7) on webpage ? #3074
Replies: 2 comments
-
Facing issue: (Mobile) Browser crash or refresh page automatically |
Beta Was this translation helpful? Give feedback.
-
MV doesn't limit how many models you can load on a page. However, your GPU will, as you'll eventually run out of GPU RAM, and that doesn't tend to be handled very gracefully by the browser. You'll probably find that you can load different numbers of models on different machines. Your best bet is to look at compressing your models so they don't take up so much space. I'd highly recommend using KTX2 texture compression which reduces GPU RAM usage considerably. You may also consider if you really need that many models visible at the same time; if not you may want to release their resources to free up memory. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello, I want to know is capable to load more than 5 models on a webpage?
Is there any performance issue due to load 5-6 model in Loading = "Auto"
Live Demo
Version
Browser Affected
All mobile browser
AR
Beta Was this translation helpful? Give feedback.
All reactions