rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Add extended debug overlay using BJS' scene instrumentation tools #156

Open Duckwhale opened 2 years ago

Duckwhale commented 2 years ago

See https://playground.babylonjs.com/#938RNX#17

This is similar in functionality to the existing debugLayer, but it's less invasive and uses the render canvas instead of the widget system (HTML elements). It will probably suffice for many use cases and could serve as an extension to the FpsCounterFrame, possibly turning it into a SceneInstrumentationFrame or similar.