From c35481b9cabc36f7d75045f64a25a6bad0db0315 Mon Sep 17 00:00:00 2001
From: Rahman <22raya1mpg@hft-stuttgart.de>
Date: Sat, 22 Jun 2024 08:19:53 +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 7069771..d3bd9da 100644
--- a/public/index.html
+++ b/public/index.html
@@ -70,7 +70,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
 
 let pineCone;
   // Replace the URL with new url
-  loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/raw/master/scene.gltf", function(gltf) {
+  loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/raw/master/public/scene.gltf", function(gltf) {
     pineCone = gltf.scene;
     pineCone.scale.set(0.15, 0.15, 0.15); // Adjust scale as needed
   });
-- 
GitLab