Last active
September 9, 2022 02:36
-
-
Save fmg-lydonchandra/fe6a6bc043a7d699bea8840ae7c16cf6 to your computer and use it in GitHub Desktop.
babylon inspector show debugLayer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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