Skip to content

Instantly share code, notes, and snippets.

@fmg-lydonchandra
Last active September 9, 2022 02:36
Show Gist options
  • Save fmg-lydonchandra/fe6a6bc043a7d699bea8840ae7c16cf6 to your computer and use it in GitHub Desktop.
Save fmg-lydonchandra/fe6a6bc043a7d699bea8840ae7c16cf6 to your computer and use it in GitHub Desktop.
babylon inspector show debugLayer
import "@babylonjs/inspector";
scene.debugLayer.show({
embedMode: true,
overlay: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment