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

the `src` property type deprecated in favor of `asset` property type #381

Open ngokevin opened 7 years ago

ngokevin commented 7 years ago

Support both for now, for launching the Asset Modal.

fernandojsg commented 7 years ago

How are we going to deal with the type of assets? asset could be an image, sound, model... Maybe add some kind of "subtype" or maybe even specify the "widget" that you want to use for that value?

ngokevin commented 7 years ago

Yeah, we'll add more subtypes. Just replacing src for now.