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
645 stars 198 forks source link

[feature-request] Allow use of inspector on arbitrary threejs scene #597

Open jo-chemla opened 4 years ago

jo-chemla commented 4 years ago

Hi all, I would like to use the aframe scene inspector on one of my threejs scenes which was not created using aframe. Would it be possible to parse the scene graph and allow access to all objects + edition of their properties (materials, transformations, keyframing...) using the scene-inspector? What modification would I need to do to make it work? This scene inspector is one of the few good scene editors (like webglstudio.org or playcanvas.com ), but based on threejs, so this would be a really nice touch. Thanks!

vincentfretin commented 2 days ago

You have https://threejs.org/editor/ for this.