-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add support for KHR_mesh_quanitization #400
Comments
Thanks for reporting. This model is using The extension is marked as required in the example file, so the library ought report it as unsupported in some way. It begs the question: should the library reject any glTF that has unsupported extensions under A short term solution might be to fail creating the |
#418 will now report an error if the crate can't handle a particular extension, including this one, so I've rebranded this issue as a feature request to add support for this feature. |
Is there no way to bypass the error if I need to use quantization @alteous ? EDIT: looked at the docs and discovered |
I created a PR for this #428 |
This is happening on "reader.read_positions()".
Example file:
Fostral-shape.zip
I suspect this is because gltfPack-0.20 outputs 16-bit integer vertex coordinates by default instead of 32-bit floating points.
The text was updated successfully, but these errors were encountered: