From a6fde37b1d402cb3616ff5fb4d8b1d0646744c09 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Thu, 2 Jan 2025 19:44:53 +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 d5c0464..3bb51cf 100644 --- a/public/index.html +++ b/public/index.html @@ -216,7 +216,7 @@ models.robot = gltf.scene; }); //https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf - loader.load("/assets/models/trash_model/scene.gltf", (gltf) => { + loader.load("https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/trash_model/scene.gltf", (gltf) => { models.sunflower = gltf.scene; }); -- GitLab