Optimize when loading over 800M GLB File #5305
-
Hi, I am trying to load one glb file using GLTF loader which is over 800MB, I've found it is kinda stuck when loading such a big file. I am wondering if is there any way to optimize? Thanks in advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
We haven't tested with any files that big. There is the loading itself, which is done by loaders.gl and from your description it seems like it is freezing at this stage. But even if that completes then the rendering of the loaded data might be slow if the geometry is really big. Does this file load and render well in other software? Can you provide a public URL to the file so that we can test and see if there are any obvious inefficiencies? |
Beta Was this translation helpful? Give feedback.
We haven't tested with any files that big.
There is the loading itself, which is done by loaders.gl and from your description it seems like it is freezing at this stage.
But even if that completes then the rendering of the loaded data might be slow if the geometry is really big.
Does this file load and render well in other software?
Can you provide a public URL to the file so that we can test and see if there are any obvious inefficiencies?