From 6f06f3f2b9247bb19c910fe0e76ca4c4e2413778 Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Fri, 10 Jan 2025 16:38:11 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 5c1235c..9c67760 100644 --- a/public/index.html +++ b/public/index.html @@ -348,7 +348,7 @@ let models = { robot: { - name: "Roboter", + name: "Bench", 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 } @@ -358,6 +358,18 @@ 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 } + }, + hydrant: { + name: "Telephone Box", + image: "previewImages/telephone_box.PNG", + file: "https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/telephone_box_model/scene.gltf", + scale: { x: 0.04, y: 0.04, z: 0.04 } + }, + hydrant: { + name: "Flower Bed", + image: "previewImages/flower_bed.PNG", + file: "https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/flower_bed_model/scene.gltf", + scale: { x: 0.04, y: 0.04, z: 0.04 } }, hydrant: { name: "Fire Hydrant", @@ -366,7 +378,7 @@ scale: { x: 0.04, y: 0.04, z: 0.04 } }, tree: { - name: "Baum", + name: "Lantern", image: "previewImages/lantern.jpg", 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