Commit a7096691 authored by Cantuerk's avatar Cantuerk
Browse files

Update public/index.html

parent 8ce2fb84
Showing with 7 additions and 19 deletions
+7 -19
...@@ -183,16 +183,16 @@ ...@@ -183,16 +183,16 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: space-around; justify-content: center;
gap: 20px;
background: #1e1e1e; background: #1e1e1e;
box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.8); box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.8);
color: white; color: white;
width: 100vw; width: 100vw;
height: 220px; height: 200px;
z-index: 20; z-index: 20;
overflow-y: auto; overflow-y: auto;
padding: 15px; border-radius: 8px;
border-radius: 12px;
} }
...@@ -213,18 +213,6 @@ ...@@ -213,18 +213,6 @@
border-radius: 50%; border-radius: 50%;
cursor: pointer; cursor: pointer;
} }
#dynamic-menu input[type="range"]::-webkit-slider-runnable-track {
height: 8px;
background: #666;
border-radius: 5px;
}
#dynamic-menu input[type="range"]::-moz-range-track {
height: 8px;
background: #666;
border-radius: 5px;
}
</style> </style>
<script src="https://unpkg.com/three@0.126.0/build/three.js"></script> <script src="https://unpkg.com/three@0.126.0/build/three.js"></script>
<script src="https://unpkg.com/three@0.126.0/examples/js/loaders/GLTFLoader.js"></script> <script src="https://unpkg.com/three@0.126.0/examples/js/loaders/GLTFLoader.js"></script>
...@@ -388,7 +376,7 @@ ...@@ -388,7 +376,7 @@
file: "https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/telephone_box_model/scene.gltf", file: "https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/telephone_box_model/scene.gltf",
scale: { x: 0.5, y: 0.5, z: 0.5 }, scale: { x: 0.5, y: 0.5, z: 0.5 },
minScale: 0.05, minScale: 0.05,
maxScale: 2 maxScale: 1
}, },
fire_hydrant_model: { fire_hydrant_model: {
name: "Fire Hydrant", name: "Fire Hydrant",
...@@ -418,9 +406,9 @@ ...@@ -418,9 +406,9 @@
name: "Lantern", 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.15, y: 0.15, z: 0.15 },
minScale: 0.05, minScale: 0.05,
maxScale: 0.5 maxScale: 0.3
} }
}; };
......
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