jeromeetienne / threejs-inspector

chrome devtool extension to debug three.js
https://chrome.google.com/webstore/detail/threejs-inspector/dnhjfclbfhcbcdfpjaeacomhbdfjbebi
200 stars 45 forks source link

Get selected object via console #29

Open gregmax17 opened 7 years ago

gregmax17 commented 7 years ago

Is there a way to access the current selected object via console? Similar to how this PixiJS behaves: https://chrome.google.com/webstore/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon?hl=en

You can access the selected object via variable $pixi in the console. Maybe this can be implemented if its not already?