Update app.py
Browse files
app.py
CHANGED
@@ -789,8 +789,7 @@ async(c, o, p, d, n, m, s)=>{
|
|
789 |
video.oncanplaythrough = null;
|
790 |
};
|
791 |
|
792 |
-
var debugLayer = BABYLON.Engine.LastCreatedScene.debugLayer.show();
|
793 |
-
|
794 |
|
795 |
if (document.getElementById("model")) {
|
796 |
document.getElementById("model").appendChild(document.getElementById("model3D"));
|
|
|
789 |
video.oncanplaythrough = null;
|
790 |
};
|
791 |
|
792 |
+
//var debugLayer = BABYLON.Engine.LastCreatedScene.debugLayer.show();
|
|
|
793 |
|
794 |
if (document.getElementById("model")) {
|
795 |
document.getElementById("model").appendChild(document.getElementById("model3D"));
|