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
655 stars 203 forks source link

Fixes #476 asset url when HTMLImage is used as value #481

Closed fernandojsg closed 7 years ago

fernandojsg commented 7 years ago

Sometimes parsed for an asset could be directly a reference to the image itself instead of just the text. So we should handle it correctly on the texture widget.