Update app.py
Browse files
app.py
CHANGED
@@ -703,7 +703,7 @@ async(c, o, p, d, n, m, s)=>{
|
|
703 |
window.ctx = null;
|
704 |
window.video = document.getElementById("depth_video").getElementsByTagName("video")[0];
|
705 |
window.parallax = 0;
|
706 |
-
window.xdir = new BABYLON.Vector3(-1,
|
707 |
window.rdir = new BABYLON.Vector3(0, 0, 0);
|
708 |
|
709 |
document.getElementById("model3D").getElementsByTagName("canvas")[0].addEventListener('pointermove', function(evt) {
|
|
|
703 |
window.ctx = null;
|
704 |
window.video = document.getElementById("depth_video").getElementsByTagName("video")[0];
|
705 |
window.parallax = 0;
|
706 |
+
window.xdir = new BABYLON.Vector3(-1, -1, -1);
|
707 |
window.rdir = new BABYLON.Vector3(0, 0, 0);
|
708 |
|
709 |
document.getElementById("model3D").getElementsByTagName("canvas")[0].addEventListener('pointermove', function(evt) {
|