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