From d7415647af1aa4112b6eb4226be2945f56f381d0 Mon Sep 17 00:00:00 2001 From: Martinez Garcia <32maem1mpg@hft-stuttgart.de> Date: Wed, 19 Jun 2024 18:04:53 +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 2eb181d..4c11e13 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://vazxmixjsiawhamofees.supabase.co/storage/v1/object/public/models/cutting-board-round/model.gltf", function(gltf) { +loader.load("https://vazxmixjsiawhamofees.supabase.co/storage/v1/object/public/models/button/model.gltf", function(gltf) { reticle = gltf.scene; reticle.visible = false; scene.add(reticle); }) let flower; -loader.load("https://vazxmixjsiawhamofees.supabase.co/storage/v1/object/public/models/star/model.gltf", function(gltf) { +loader.load("https://vazxmixjsiawhamofees.supabase.co/storage/v1/object/public/models/small-menhir/model.gltf", function(gltf) { flower = gltf.scene; }); -- GitLab