From f089344ff95ca30913d98bb6ce38eb1adccff51b Mon Sep 17 00:00:00 2001 From: Thalmann <newjonsmann1@gmail.com> Date: Tue, 27 Jun 2023 17:51:28 +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 368c449..a85df96 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/garage/garage.gltf", function(gltf) { +loader.load("https://transfer.hft-stuttgart.de/gitlab/jonsmann/argenericproject/-/blob/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) { flower = gltf.scene; }); -- GitLab