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

Aframe inspector: glTF export button broken/ not working as expected #551

Closed Pluto8195 closed 6 years ago

Pluto8195 commented 6 years ago

Trying to export my aframe scene using this button was not initiating a download at all,

Instead I selected the entity and exporting that as a glTF using the button on the right and it would download

attempting to re-display the model in aframe was causing issue and I was advised to try viewing it on

https://gltf-viewer.donmccurdy.com/ to which the response was missing texture:

A-Frame Version: 0.8.2
Platform / Device: OSX chrome
donmccurdy commented 6 years ago

Probably related: https://github.com/aframevr/aframe-inspector/issues/547

I think the inspector should be changed to export the .glb variant of glTF, with embedded images by default.