From 5b7697b445aade0531d7640d80e74bee8f204ed5 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Thu, 2 Jan 2025 20:01:08 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index 81cec5b..9837d45 100644 --- a/public/index.html +++ b/public/index.html @@ -216,6 +216,7 @@ // Modelle laden loader.load("https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/bench_model/scene.gltf", (gltf) => { models.robot = gltf.scene; + models.robot.lookAt(camera.position); }); //https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf loader.load("https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/trash_model/scene.gltf", (gltf) => { -- GitLab