From 981b521afdc964ee7de953a33029fce7c84bf969 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Mon, 9 Dec 2024 16:07:00 +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 f05f9e9..76626a3 100644 --- a/public/index.html +++ b/public/index.html @@ -134,7 +134,7 @@ */ let flower; - loader.load("https://github.com/KhronosGroup/glTF-Sample-Models/blob/main/1.0/Avocado/glTF/Avocado.gltf", function(gltf) { + loader.load("./public/assets/models/street_lamp.glb", function(gltf) { flower = gltf.scene; }); -- GitLab