diff --git a/public/index.html b/public/index.html index 74f1d29875e96db1f5836c2c752a15d059075149..6f111bcd8f0b645657c5228f4a672aae240c8a6e 100644 --- a/public/index.html +++ b/public/index.html @@ -121,7 +121,7 @@ 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://github.com/KhronosGroup/glTF-Sample-Models/blob/main/1.0/Avocado/glTF/Avocado.gltf", function(gltf) { reticle = gltf.scene; reticle.visible = false; scene.add(reticle);