pex-gl / pex-renderer

Physically based renderer (PBR) and scene graph for PEX.
https://pex-gl.github.io/pex-renderer/examples/index.html
MIT License
234 stars 16 forks source link

Scene Inspector #238

Open vorg opened 4 years ago

vorg commented 4 years ago

We always needed one and will even more sooner or later.

General approaches I can thing of:

Core

Building an example with html

Extension

Nodes

vorg commented 4 years ago

In BabylonJS the inspector is an external lib (How to Display and use The Inspector)

BABYLON.DebugLayer.InspectorURL = 'http://myurl/babylon.inspector.bundle.js';
vorg commented 4 years ago

For Three is know of this https://chrome.google.com/webstore/detail/threejs-inspector/dnhjfclbfhcbcdfpjaeacomhbdfjbebi. Anything newer?