From 34cdfab2192a66cd34a749d6858c22a029915d64 Mon Sep 17 00:00:00 2001
From: Percen <21pesi1bif@hft-stuttgart.de>
Date: Wed, 1 Jan 2025 21:02:00 +0000
Subject: [PATCH] Update public/index.html

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

diff --git a/public/index.html b/public/index.html
index 7079ca2..6ebee5e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -214,7 +214,7 @@
       loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", (gltf) => {
         models.sunflower = gltf.scene;
       });
-      loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/tree/tree.gltf", (gltf) => {
+      loader.load("https://github.com/KhronosGroup/glTF-Sample-Models/blob/main/2.0/Duck/glTF/Duck.gltf", (gltf) => {
         models.tree = gltf.scene;
       });
 
-- 
GitLab