From 483a5ff3ae3f9da2bb4fde0efe1afc723371b117 Mon Sep 17 00:00:00 2001
From: Kodie <22kona1mpg@hft-stuttgart.de>
Date: Sat, 8 Jun 2024 11:49: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 dd3f268..1b50916 100644
--- a/public/index.html
+++ b/public/index.html
@@ -71,7 +71,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
 })
 
 let flower;
-loader.load("https://transfer.hft-stuttgart.de/gitlab/22kona1mpg/augmentedreality/-/tree/master/gltf/Cylinder.glb", function(gltf) {
+loader.load("https://transfer.hft-stuttgart.de/gitlab/22kona1mpg/augmentedreality/-/tree/master/gltf/Cylinder.gltf", function(gltf) {
   flower = gltf.scene;
 });
 
-- 
GitLab