From da6f0ed86d1b31a587d29c9e4796f5f4a7b02134 Mon Sep 17 00:00:00 2001 From: Esguerra Montana <32esla1mpg@hft-stuttgart.de> Date: Sun, 16 Jun 2024 19:23:30 +0000 Subject: [PATCH] Update index.html --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index a6f194e..7069b03 100644 --- a/public/index.html +++ b/public/index.html @@ -48,7 +48,7 @@ async function activateXR() { const loader = new THREE.GLTFLoader(); let reticle; - loader.load("https://transfer.hft-stuttgart.de/pages/32esla1mpg/webarTTP/media/reticle.gltf", function(gltf) { + loader.load("https://transfer.hft-stuttgart.de/gitlab/32esla1mpg/webarTTP/-/blob/master/media/reticle.gltf", function(gltf) { reticle = gltf.scene; reticle.visible = false; scene.add(reticle); @@ -58,7 +58,7 @@ async function activateXR() { }); let model; - loader.load("https://transfer.hft-stuttgart.de/pages/32esla1mpg/webarTTP/media/sunflower.gltf", function(gltf) { + loader.load("https://transfer.hft-stuttgart.de/gitlab/32esla1mpg/webarTTP/-/blob/master/media/sunflower.gltf", function(gltf) { model = gltf.scene; console.log("Model loaded successfully"); }, undefined, function(error) { -- GitLab