From f75d65a37472e22c20eb001754698337b36bf59c Mon Sep 17 00:00:00 2001
From: Rahman <22raya1mpg@hft-stuttgart.de>
Date: Sat, 22 Jun 2024 07:51:15 +0000
Subject: [PATCH] Update index.html

---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 36c5b66..ff90679 100644
--- a/public/index.html
+++ b/public/index.html
@@ -67,8 +67,8 @@ async function activateXR() {
   });
 
   let pineCone;
-  // Replace the URL below with the URL of the new GLTF model you want to use
-  loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/raw/master/scene.gltf", function(gltf) {
+  // Replace the URL below with the URL of the new GLTF model i want to use
+  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