From c88470031d281b7c18b2c3cd704c864f01d71bf7 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Sat, 14 Dec 2024 16:07:37 +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 23535d5..5306054 100644 --- a/public/index.html +++ b/public/index.html @@ -95,7 +95,7 @@ reticle.position.set(hitPose.transform.position.x, hitPose.transform.position.y, hitPose.transform.position.z); reticle.updateMatrixWorld(true); - // Interaktive Modellwahl + // Interaktive Modellwahl: Schalte zwischen den Modellen basierend auf Reticle const distanceToRobot = hitTestResults[0].distanceTo(models.robot.position); const distanceToFlower = hitTestResults[0].distanceTo(models.flower.position); -- GitLab