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

Default components entity #418

Closed dmarcos closed 7 years ago

dmarcos commented 7 years ago

The list of default components should not be hard coded. We should get it from each entity since they can change. The a-scene default components are different than those from a-entity

dmarcos commented 7 years ago

This will fix the problem with a-scene in https://github.com/aframevr/aframe-inspector/issues/409

fernandojsg commented 7 years ago

Cool, so it's secure to change the rest of the code where we're using currently DEFAULT_COMPONENTS right?

dmarcos commented 7 years ago

I think so