diff --git a/public/index.html b/public/index.html index 21441dd9be0f4e65009bd0f6087169b526a10487..d553fa4587aae0ff96e3329acfdd2f1d530c0979 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>