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
If you want to convert files that are larger than 2 GB the script fails:
gltf-pipeline.cmd -i .\test.glb -o test-draco.glb RangeError [ERR_FS_FILE_TOO_LARGE]: File size (3024083820) is greater than 2 GB at FSReqCallback.readFileAfterStat [as oncomplete] (fs.js:294:11) { code: 'ERR_FS_FILE_TOO_LARGE' }
Would it be possible to increase this limit? Maybe by using streams instead of reading the full content of the glb?
The text was updated successfully, but these errors were encountered:
Do you have a solution now?
Sorry, something went wrong.
No branches or pull requests
If you want to convert files that are larger than 2 GB the script fails:
Would it be possible to increase this limit? Maybe by using streams instead of reading the full content of the glb?
The text was updated successfully, but these errors were encountered: