From 9d15abb46b55ed1eb3b648e20c50d70c7a7edc6f Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Thu, 2 Jan 2025 19:33:58 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 0dce93c..3f9d3eb 100644 --- a/public/index.html +++ b/public/index.html @@ -215,8 +215,8 @@ loader.load("https://threejs.org/examples/models/gltf/RobotExpressive/RobotExpressive.glb", (gltf) => { models.robot = gltf.scene; }); - - loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", (gltf) => { +//https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf + loader.load("/assets/models/trash_model/robot.gltf", (gltf) => { models.sunflower = gltf.scene; }); -- GitLab