From a835f6d6ecde544401578b4e95102dc934ed4699 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Wed, 1 Jan 2025 21:12:40 +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 745e21f..b65a706 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://github.com/immersive-web/webxr-samples/blob/main/media/gltf/camp/camp.gltf", (gltf) => { + loader.load("https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/refs/heads/main/2.0/Duck/glTF/Duck.gltf", (gltf) => { models.tree = gltf.scene; }); -- GitLab