From 57f462894fa04d9b0b586bd6c60de99f75502533 Mon Sep 17 00:00:00 2001
From: Thalmann <newjonsmann1@gmail.com>
Date: Tue, 27 Jun 2023 17:58:48 +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 a85df96..ac1bb6f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -64,7 +64,7 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace })
 
 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/gitlab/jonsmann/argenericproject/-/blob/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) {
   reticle = gltf.scene;
   reticle.visible = false;
   scene.add(reticle);
-- 
GitLab