We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
unable to load buffer from .bin
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
errorLoading 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?
The text was updated successfully, but these errors were encountered: