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
Yes, I failed to load a .gltf file and I suppose it was caused by the extension support.
.gltf
Support the extension.
Any suggestion to work around like import the model and export to make it compatible.
None.
The text was updated successfully, but these errors were encountered:
You can try importing models into Blender and exporting them as GLB or GLTF.
Sorry, something went wrong.
Thanks, succeed by using gltf-transform to remove the EXT_meshopt_compression and using Blender to export again.
gltf-transform
EXT_meshopt_compression
We will add the EXT_meshopt_compression extension in future.
No branches or pull requests
Is your feature request related to a problem? Please describe
Yes, I failed to load a
.gltf
file and I suppose it was caused by the extension support.Describe the solution you'd like
Support the extension.
Describe alternatives you've considered
Any suggestion to work around like import the model and export to make it compatible.
Additional context
None.
The text was updated successfully, but these errors were encountered: