Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GeoVistoogsi
AR
Commits
a7096691
Commit
a7096691
authored
2 months ago
by
Cantuerk
Browse files
Options
Download
Email Patches
Plain Diff
Update public/index.html
parent
8ce2fb84
master
21caog1bif-master-patch-96693
1 merge request
!168
Update public/index.html
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+7
-19
public/index.html
with
7 additions
and
19 deletions
+7
-19
public/index.html
+
7
-
19
View file @
a7096691
...
...
@@ -183,16 +183,16 @@
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
space-around
;
justify-content
:
center
;
gap
:
20px
;
background
:
#1e1e1e
;
box-shadow
:
0
-2px
6px
rgba
(
0
,
0
,
0
,
0.8
);
color
:
white
;
width
:
100vw
;
height
:
2
2
0px
;
height
:
2
0
0px
;
z-index
:
20
;
overflow-y
:
auto
;
padding
:
15px
;
border-radius
:
12px
;
border-radius
:
8px
;
}
...
...
@@ -213,18 +213,6 @@
border-radius
:
50%
;
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>
<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>
...
...
@@ -388,7 +376,7 @@
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
},
minScale
:
0.05
,
maxScale
:
2
maxScale
:
1
},
fire_hydrant_model
:
{
name
:
"
Fire Hydrant
"
,
...
...
@@ -418,9 +406,9 @@
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
},
scale
:
{
x
:
0.1
5
,
y
:
0.1
5
,
z
:
0.1
5
},
minScale
:
0.05
,
maxScale
:
0.
5
maxScale
:
0.
3
}
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets