aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

glTF export uses absolute URLs to images #547

Closed donmccurdy closed 6 years ago

donmccurdy commented 6 years ago

I think it would be preferable to always embed images, or at least give the option. When absolute image URLs are used, I can't import the resulting .gltf into Blender and validation gives errors.

donmccurdy commented 6 years ago

Ping @fernandojsg — I'm running into this consistently when trying to help users set up nav meshes; the models cannot be opened in Blender and are invalid with Facebook as well. Perhaps we should default to embedded GLB, I think? Would you be OK with taking a PR on this?

donmccurdy commented 6 years ago

If I send a PR for this issue, would it be accepted? I think this is pretty important for usable exports; otherwise the resulting glTF files can't be used for much.