From e4eab57f8b9dece1fa89f42075e810a11bec6ba9 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Mon, 9 Dec 2024 15:50:13 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 74f1d29..6f111bc 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); -- GitLab