Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[React Native] What is the recommended way to load large/complex models? #3482

Open
l3utterfly opened this issue Feb 28, 2025 · 0 comments
Open

Comments

@l3utterfly
Copy link
Contributor

I have a moderately complex model I wish to load.

It contains about 1 million vertices and amounts to about 700MB as GLB file, and 200MB as an FBX file.

Whenever I try to load it, it always gives the ExpoFileSystem.readasStringAsync java out of memory error.

Loading it as an GLTF gives the unable to load buffer from .bin error

Loading from FBX just seems to hang.

I tried converting using this website: https://gltf.pmnd.rs/, but the website hangs as well.

What is the maximum model size this library supports?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant