-
Notifications
You must be signed in to change notification settings - Fork 594
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
Saving textured GLB file #1296
Comments
Had the same issue. |
Hey, is this still happening on the latest versions? This should be unit tested and I just quickly ran
Which loaded fine on https://gltf-viewer.donmccurdy.com/ If it's not working unit testable examples super welcome! |
Hi,
The shown object has color, however after exporting the material/color is lost. |
the "fix" is presented here:
maybe it should give some kind of warning on saving a scene as gltf with materials and empty uv. This used to just work before 1895
|
Hi,
I am trying to save a textured OBJ file as a GLB. The texturing imports fine, i can see it using mesh.show(), but when i export as a GLB no texture appears on the model. I saw another similar issue that makes it seem as if this has been implemented but it doesnt seem to be working here.
Thanks so much!!
mesh.show():
After export:
The text was updated successfully, but these errors were encountered: