Commit 6f06f3f2 authored by Percen's avatar Percen
Browse files

Update public/index.html

parent f68858d3
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
let models = { let models = {
robot: { robot: {
name: "Roboter", name: "Bench",
image: "previewImages/bench.PNG", image: "previewImages/bench.PNG",
file: "https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/bench_model/scene.gltf", 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 } scale: { x: 0.1, y: 0.1, z: 0.1 }
...@@ -358,6 +358,18 @@ ...@@ -358,6 +358,18 @@
image: "previewImages/trash_can.PNG", image: "previewImages/trash_can.PNG",
file: "https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/trash_model/scene.gltf", 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 } 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: { hydrant: {
name: "Fire Hydrant", name: "Fire Hydrant",
...@@ -366,7 +378,7 @@ ...@@ -366,7 +378,7 @@
scale: { x: 0.04, y: 0.04, z: 0.04 } scale: { x: 0.04, y: 0.04, z: 0.04 }
}, },
tree: { tree: {
name: "Baum", name: "Lantern",
image: "previewImages/lantern.jpg", image: "previewImages/lantern.jpg",
file: "https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/refs/heads/main/Models/Lantern/glTF/Lantern.gltf", 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 } scale: { x: 0.1, y: 0.1, z: 0.1 }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment