From b45d5d87b12c1edc2f778121947551f9eeb92e35 Mon Sep 17 00:00:00 2001 From: Esguerra Montana <32esla1mpg@hft-stuttgart.de> Date: Sun, 16 Jun 2024 19:49:08 +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 7069b03..dc7e2c1 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/gitlab/32esla1mpg/webarTTP/-/blob/master/media/reticle.gltf", function(gltf) { + loader.load("https://transfer.hft-stuttgart.de/gitlab/32esla1mpg/webarTTP/-/tree/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/gitlab/32esla1mpg/webarTTP/-/blob/master/media/sunflower.gltf", function(gltf) { + loader.load("https://transfer.hft-stuttgart.de/gitlab/32esla1mpg/webarTTP/-/tree/master/media/sunflower.gltf", function(gltf) { model = gltf.scene; console.log("Model loaded successfully"); }, undefined, function(error) { -- GitLab