diff --git a/public/index.html b/public/index.html index 7069b03590e8eb977a96f40dd81ea5856f62cf51..dc7e2c180867a64e3ab3c0946a4e5a98367b9c15 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) {