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
4baa76fc
Commit
4baa76fc
authored
2 months ago
by
Cantuerk
Browse files
Options
Download
Email Patches
Plain Diff
Update public/index.html
parent
578ef0c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+30
-19
public/index.html
with
30 additions
and
19 deletions
+30
-19
public/index.html
+
30
-
19
View file @
4baa76fc
...
@@ -183,17 +183,16 @@
...
@@ -183,17 +183,16 @@
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
space-around
;
/*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
:
2
0
0px
;
height
:
2
2
0px
;
z-index
:
20
;
z-index
:
20
;
overflow-y
:
auto
;
overflow-y
:
auto
;
/*
padding:
20px 0;*/
padding
:
15px
;
border-radius
:
8
px
;
border-radius
:
12
px
;
}
}
...
@@ -214,6 +213,18 @@
...
@@ -214,6 +213,18 @@
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>
...
@@ -367,41 +378,41 @@
...
@@ -367,41 +378,41 @@
name
:
"
Trash bin
"
,
name
:
"
Trash bin
"
,
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.0
4
},
scale
:
{
x
:
0.04
,
y
:
0.04
,
z
:
0.0
3
},
minScale
:
0.0
2
,
// 50% der aktuellen Größe
minScale
:
0.0
1
,
// 50% der aktuellen Größe
maxScale
:
0.
2
// 500% der aktuellen Größe
maxScale
:
0.
1
// 500% der aktuellen Größe
},
},
telephone_box
:
{
telephone_box
:
{
name
:
"
Telephone Box
"
,
name
:
"
Telephone Box
"
,
image
:
"
previewImages/telephone_box.PNG
"
,
image
:
"
previewImages/telephone_box.PNG
"
,
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.04
,
y
:
0.04
,
z
:
0.
04
},
scale
:
{
x
:
0.04
,
y
:
0.04
,
z
:
0.
5
},
minScale
:
0.0
2
,
minScale
:
0.0
5
,
maxScale
:
0.
2
maxScale
:
2
},
},
fire_hydrant_model
:
{
fire_hydrant_model
:
{
name
:
"
Fire Hydrant
"
,
name
:
"
Fire Hydrant
"
,
image
:
"
previewImages/hydrant.PNG
"
,
image
:
"
previewImages/hydrant.PNG
"
,
file
:
"
https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/fire_hydrant_model/scene.gltf
"
,
file
:
"
https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/fire_hydrant_model/scene.gltf
"
,
scale
:
{
x
:
0.04
,
y
:
0.04
,
z
:
0.
04
},
scale
:
{
x
:
0.04
,
y
:
0.04
,
z
:
0.
3
},
minScale
:
0.
02
,
minScale
:
0.
1
,
maxScale
:
0.2
maxScale
:
1
},
},
statue
:
{
statue
:
{
name
:
"
Statue
"
,
name
:
"
Statue
"
,
image
:
"
previewImages/statue.PNG
"
,
image
:
"
previewImages/statue.PNG
"
,
file
:
"
https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/statue_model/scene.gltf
"
,
file
:
"
https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/statue_model/scene.gltf
"
,
scale
:
{
x
:
0.04
,
y
:
0.04
,
z
:
0.
04
},
scale
:
{
x
:
0.04
,
y
:
0.04
,
z
:
0.
5
},
minScale
:
0.0
2
,
minScale
:
0.0
5
,
maxScale
:
0.
2
maxScale
:
2
},
},
fountain
:
{
fountain
:
{
name
:
"
Fountain
"
,
name
:
"
Fountain
"
,
image
:
"
previewImages/fountain.PNG
"
,
image
:
"
previewImages/fountain.PNG
"
,
file
:
"
https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/fountain_model/scene.gltf
"
,
file
:
"
https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/fountain_model/scene.gltf
"
,
scale
:
{
x
:
0.001
,
y
:
0.001
,
z
:
0.001
},
scale
:
{
x
:
0.001
,
y
:
0.001
,
z
:
0.001
},
minScale
:
0.0005
,
// 50% der aktuellen Größe
minScale
:
0.0005
,
maxScale
:
0.005
// 500% der aktuellen Größe
maxScale
:
0.005
},
},
lantern
:
{
lantern
:
{
name
:
"
Lantern
"
,
name
:
"
Lantern
"
,
...
...
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