From 32c175dabcf1a4b0944d5868d51e71e0094c276c Mon Sep 17 00:00:00 2001 From: Rahman <22raya1mpg@hft-stuttgart.de> Date: Sat, 8 Jun 2024 10:15:51 +0000 Subject: [PATCH] Update index.html --- public/index.html | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/public/index.html b/public/index.html index 21441dd..d553fa4 100644 --- a/public/index.html +++ b/public/index.html @@ -115,17 +115,3 @@ const onXRFrame = (time, frame) => { } - - // Render the scene with THREE.WebGLRenderer. - renderer.render(scene, camera) - } -} -session.requestAnimationFrame(onXRFrame); - - - - -} -</script> -</body> -</html> -- GitLab