[feature-request] Allow use of inspector on arbitrary threejs scene
jo-chemla opened this issue · 1 comments
jo-chemla commented
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
You have https://threejs.org/editor/ for this.