diff --git a/public/index.html b/public/index.html index b56791106c8d7a938fd7889534e182997c28e0c8..3cecee3adc838fd571d84a7baf5f994152e7ca42 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("https://immersive-web.github.io/webxr-samples/media/gltf/headset/headset.gltf", function(gltf) { reticle = gltf.scene; reticle.visible = false; scene.add(reticle);