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

Fixes #328 show recursively elements in scenegraph even if they're no… #329

Closed fernandojsg closed 8 years ago

fernandojsg commented 8 years ago

…t a-entity

ngokevin commented 8 years ago

You can check child.isEntity

ngokevin commented 8 years ago

r+wc

fernandojsg commented 8 years ago

Yes, I was checking that already https://github.com/aframevr/aframe-inspector/blob/master/src/components/scenegraph/SceneGraph.js#L97 I just didn't iterate recursively if the entity was a-animation or so.