From bb0081669ce5bb8c8da4c733ffe656fac2c5d88c Mon Sep 17 00:00:00 2001 From: Thalmann <newjonsmann1@gmail.com> Date: Tue, 27 Jun 2023 18:12:25 +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 ac1bb6f..c9037b5 100644 --- a/public/index.html +++ b/public/index.html @@ -64,14 +64,14 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace }) const loader = new THREE.GLTFLoader(); let reticle; -loader.load("https://transfer.hft-stuttgart.de/gitlab/jonsmann/argenericproject/-/blob/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) { +loader.load("https://transfer.hft-stuttgart.de/gitlab/jonsmann/argenericproject/-/raw/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) { reticle = gltf.scene; reticle.visible = false; scene.add(reticle); }) let flower; -loader.load("https://transfer.hft-stuttgart.de/gitlab/jonsmann/argenericproject/-/blob/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) { +loader.load("https://transfer.hft-stuttgart.de/gitlab/jonsmann/argenericproject/-/raw/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) { flower = gltf.scene; }); -- GitLab