diff --git a/public/index.html b/public/index.html index 2eb181d3d8785bce86aa4e7800cddde22a66645c..4c11e138094339a32ac1046fe762b5c8cb099159 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; });