From 09b3f0a869cd734f328cbc6472be466d2cb2176c Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Thu, 25 May 2023 14:51:57 +0000 Subject: [PATCH] Update public/webXR/three.html --- public/webXR/three.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/webXR/three.html b/public/webXR/three.html index 1caad15..42b9d47 100644 --- a/public/webXR/three.html +++ b/public/webXR/three.html @@ -13,9 +13,7 @@ <!-- Starting an immersive WebXR session requires user interaction. We start this one with a simple button. --> -<button onclick="activateXR()">Start Cube Demo</button> <script> -async function activateXR() { // ------------------------------------------------ // BASIC SETUP // ------------------------------------------------ @@ -64,7 +62,6 @@ var render = function () { render(); -} </script> </body> </html> -- GitLab