From e1c9c7ac26528496d983e35ed8e1a183321027aa Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Mon, 9 Dec 2024 16:10:02 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 76626a3..5d4bf39 100644 --- a/public/index.html +++ b/public/index.html @@ -126,18 +126,18 @@ reticle.visible = false; scene.add(reticle); }); -/** + let flower; loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", function(gltf) { flower = gltf.scene; }); -*/ +/** let flower; loader.load("./public/assets/models/street_lamp.glb", function(gltf) { flower = gltf.scene; }); - +*/ session.addEventListener("select", (event) => { -- GitLab