Commit d0e3422a authored by Cantuerk's avatar Cantuerk
Browse files

Merge branch '21caog1bif-master-patch-62101' into 'master'

Update public/index.html

See merge request !126
parents a165188c 2d7b0b0f
Pipeline #10672 passed with stage
in 10 seconds
Showing with 7 additions and 0 deletions
+7 -0
......@@ -517,6 +517,13 @@
document.getElementById('menu-bar').style.display = 'flex';
currentSession.addEventListener("end", () => {
currentSession = null;
menus.forEach(id => {
document.getElementById(id).style.display = 'none';
});
});
canvas.addEventListener("pointerdown", selectModelFromScene);
currentSession.requestAnimationFrame(function onXRFrame(time, frame) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment