-
Notifications
You must be signed in to change notification settings - Fork 502
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
gltfpack: Validation errors (MESH_PRIMITIVE_ATTRIBUTES_ACCESSOR_INVALID_FORMAT) #58
Comments
Yeah this is known/expected; as mentioned in the readme, technically the gltf files are not standard compliant and rely on non-standardized extensions to store data. Having said that, it would be nice to have the builtin Win10 viewer work. I have noticed this before but didn’t pay much attention because I have seen many valid gltf files that it doesn’t open either. I will take a closer look. |
I'm going to keep this issue open for tracking; the core problem is due to quantized attributes not having a standard extension that validator recognizes, and I'm looking into extension standardization for this. |
I've filed the proposal for an extension that can solve this issue - when/if the extension is ratified, gltfpack will be changed to comply with that extension (and when validator is changed accordingly, the validation errors should go away) |
This is waiting for KhronosGroup/glTF-Validator#124 to get merged, once it is I can close this. The Windows 10 viewer would need support for the extension to work; I don't have a lot of visibility into the entire software stack there but I've filed microsoft/glTF-SDK#51 which, when/if merged and propagated all the way to the viewer should result in the extension being supported as well. |
Closing as the validator change was merged. gltfpacked files should validate cleanly on recent builds - please feel free to open new issues if this is not the case for some files. |
Hi
The optimized files created via gltfpack.exe seems to contain some incorrect attributes and cannot be opened by some gltf importer (e.g. the Windows 10 build in 3D viewer doesn't open the files).
The gltf viewer on https://gltf-viewer.donmccurdy.com/ is able to open the files but returns following errors
The text was updated successfully, but these errors were encountered: