From 93bbabfbc47df55bf53ea9a7fff76f438c56ef6c Mon Sep 17 00:00:00 2001 From: Rahman <22raya1mpg@hft-stuttgart.de> Date: Thu, 20 Jun 2024 19:09:59 +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 62bc82f..911d542 100644 --- a/public/index.html +++ b/public/index.html @@ -67,7 +67,7 @@ async function activateXR() { }); let beeModel; - loader.load("https://example.com/path/to/your/bee_model.gltf", function(gltf) { + loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/blob/master/bee/scene.gltf", function(gltf) { beeModel = gltf.scene; }); -- GitLab