diff --git a/public/index.html b/public/index.html index 7ef89c1ed89c3cea0afbf4a426dc25380c361451..60ad0e474706da7ad4376f802cc209c8b55ccb43 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 } }