From 003c8f1ebaa940a49744d6ab47453c5f77c6d494 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Tue, 10 Dec 2024 16:21:12 +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 7d197d3..7cf9077 100644 --- a/public/index.html +++ b/public/index.html @@ -151,7 +151,7 @@ lamp: null }; - loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", function(gltf) { + loader.load("https://threejs.org/examples/models/gltf/RobotExpressive/RobotExpressive.glb", function(gltf) { models.car = gltf.scene; }); -- GitLab