diff --git a/public/index.html b/public/index.html
index 368c449ffd224183aa66e06acf0ad3b124db41cb..a85df96e67aa800a88e7ad243e41ca6bf94af790 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;
 });