-
Notifications
You must be signed in to change notification settings - Fork 384
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
glb/gltf files import fails if extension in extensionsRequired
list is not present
#7253
Comments
It look like the gltf loader library we use previously ignored the Meanwhile, you'll have to remove this extension from the required list. Here's your mesh as GLTF:
Notice the last bit: Keeping this issue open since Rerun should handle this regardless. |
extensionsRequired
list is not present
Thank you @Wumpf for looking into this and tracing back how I could find a workaround. |
From the changelog it looks like we just need to set the EDIT: no, |
Pinning |
"Regression with the Asset3D support"
To Reproduce
Try to load the mesh "5462893327580.glb" shared here
5462893327580.glb.zip
v0.16 -> Can load
v0.17/0.18 -> Can't load
Expected behavior
The text was updated successfully, but these errors were encountered: