Skip to content

Commit

Permalink
show debug panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ssatguru committed May 14, 2020
1 parent 7b2eac6 commit cc45a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/testCommandControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function main() {
scene.clearColor = new BABYLON.Color3(0.75, 0.75, 0.75);
scene.ambientColor = new BABYLON.Color3(1, 1, 1);

// scene.debugLayer.show({ showExplorer: true, overlay: true });
scene.debugLayer.show({ showExplorer: true, embedMode: true });

var light = new BABYLON.HemisphericLight("light1", new BABYLON.Vector3(0, 1, 0), scene);
light.intensity = 0.3;
Expand Down

0 comments on commit cc45a4d

Please sign in to comment.