Commit d7415647 authored by Martinez Garcia's avatar Martinez Garcia
Browse files

Update index.html

parent f8c13cbb
Pipeline #9749 passed with stage
in 6 seconds
......@@ -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;
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment