Inspector debug layer in threejs

Hello is there a debug layer or inspector in threejs ?

Technically - for hierarchy / rendering, Spector.js may be able to help you.
For performance and CPU/GPU load inspection - stats.gl.
For RTs - RenderTargetInspector.
For Unreal-like material cost inspection - DrawCallInspector.

3 Likes