Guys, Can anyone help me to write your on mesh optimization code in my project, ill attach the git link code of mine here ,PLS write and send it back
Browser tabs have limited memory (around 2Gb IIRC), so I don’t think there is a way to load a 5Gb file. If you want to parse/optimize a 5Gb file, the only way I see is to do it offline with native code.
2 Likes
- Use glb when possible, code in js for missing things, do not use babylon file whenever possible
- Compress your model with gltfpack or gltf-transform
- Firefox has larger heap limit than chrome, but slower
See other discussions here:
yes
1 Like
Please don’t duplicate post
1 Like