-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Failed to load external gltf! #3818
Comments
The glTF file is referencing some external files which aren't included included in the zip (binary files, images, shaders). Can you send those over as well? Also feel free to send over the dae file. |
please see original DAE, and converted gltf format attached! |
I reconverted the dae with Blender and it now loads okay (though it's missing the solar panel texture). I'll try to figure out why the original file doesn't work. |
im still getting the same error with the .gltf you posted |
For my testing I placed the model in
Does that work at all? |
ok actually, updating to latest cesium build 1.20 resolves this 👍 thanks! |
Can we close this? |
I'm having difficulty loading a gltf model correctly using cesium.
after specifying
...
model : {
uri : '/models/model.gltf',
minimumPixelSize : 64
},
...
I get the attached error message.
have tried generating the gltf using the web-convert as well as manually building COLLADA2GLTF and running it locally. Do you have any suggestions for additional approaches to debugging what could be going wrong here? Thanks! (gltf file provided for reference, generated using local COLLADA2GLTF binary)
model.gltf.zip
The text was updated successfully, but these errors were encountered: