From 822909febd3cf3fdab70e096663741b632266050 Mon Sep 17 00:00:00 2001
From: Esguerra Montana <32esla1mpg@hft-stuttgart.de>
Date: Sun, 16 Jun 2024 19:10:37 +0000
Subject: [PATCH] Update index.html

---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 0bc4afa..a6f194e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -48,7 +48,7 @@ async function activateXR() {
 
     const loader = new THREE.GLTFLoader();
     let reticle;
-    loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/reticle.gltf", function(gltf) {
+    loader.load("https://transfer.hft-stuttgart.de/pages/32esla1mpg/webarTTP/media/reticle.gltf", function(gltf) {
       reticle = gltf.scene;
       reticle.visible = false;
       scene.add(reticle);
-- 
GitLab