From f0f8c544e8309df595e16aa2972314c805b44861 Mon Sep 17 00:00:00 2001 From: Thalmann <newjonsmann1@gmail.com> Date: Tue, 27 Jun 2023 18:04:01 +0000 Subject: [PATCH] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index b8be792..b567911 100644 --- a/public/index.html +++ b/public/index.html @@ -71,7 +71,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re }) let flower; -loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", function(gltf) { +loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/headset/headset.gltf", function(gltf) { flower = gltf.scene; }); -- GitLab