From 0b7d94d167d785cae4dc9a1d83c4dde1e53cdbf4 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Fri, 10 Jan 2025 15:33:28 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 7ef89c1..60ad0e4 100644 --- a/public/index.html +++ b/public/index.html @@ -349,19 +349,19 @@ let models = { robot: { name: "Roboter", - image: "previewImages/robot.png", + image: "previewImages/bench.png", file: "https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/bench_model/scene.gltf", scale: { x: 0.1, y: 0.1, z: 0.1 } }, sunflower: { - name: "Sonnenblume", - image: "previewImages/sunflower.png", + name: "Trash bin", + image: "previewImages/trash_can.png", file: "https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/trash_model/scene.gltf", scale: { x: 0.04, y: 0.04, z: 0.04 } }, tree: { name: "Baum", - image: "previewImages/tree.png", + image: "previewImages/lantern.png", file: "https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/refs/heads/main/Models/Lantern/glTF/Lantern.gltf", scale: { x: 0.1, y: 0.1, z: 0.1 } } -- GitLab