diff --git a/public/index.html b/public/index.html index ec5b8e9ad06c643f569c734947eb6fd05b9eff04..ffa6f56bb90dcc5425072ed6c466fd4b908d98cd 100644 --- a/public/index.html +++ b/public/index.html @@ -64,7 +64,7 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace }) const loader = new THREE.GLTFLoader(); let reticle; -loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/reticle.gltf", function(gltf) { +loader.load("./reticle/reticle.gltf", function(gltf) { reticle = gltf.scene; reticle.visible = false; scene.add(reticle);