freealise commited on
Commit
dc8f5a2
·
verified ·
1 Parent(s): 63e206e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 0, 0);
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) {