From 0249b3b2ad963c9b2051c7f6d55e5e423015c2f9 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Thu, 2 Jan 2025 19:37: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 3f9d3eb..d5c0464 100644 --- a/public/index.html +++ b/public/index.html @@ -216,7 +216,7 @@ models.robot = gltf.scene; }); //https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf - loader.load("/assets/models/trash_model/robot.gltf", (gltf) => { + loader.load("/assets/models/trash_model/scene.gltf", (gltf) => { models.sunflower = gltf.scene; }); -- GitLab