Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
ar
Commits
5fcb24c1
Commit
5fcb24c1
authored
May 02, 2023
by
Alfakhori
Browse files
Update public/page5.html, public/page1.html, public/page3.html, public/page4.html
parent
11a4e2dd
Pipeline
#7379
passed with stage
in 8 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/page1.html
View file @
5fcb24c1
...
...
@@ -45,7 +45,7 @@
barcode-value=
"4"
id=
"marker1"
emitevents=
"true"
location-based=
"latitude:
37
.77
4
9; longitude:
-122.4194
; altitude: 0;"
location-based=
"latitude:
48
.779
88545503521
; longitude:
9.173586527979367
; altitude: 0;"
>
<a-entity
id=
"model1"
...
...
public/page3.html
View file @
5fcb24c1
...
...
@@ -19,7 +19,7 @@
src=
"assets/asset.jpeg"
look-at=
"[gps-camera]"
scale=
"1 1 1"
gps-entity-place=
"latitude: 48.7
809182093566
; longitude: 9.173
715785973716
;"
gps-entity-place=
"
"
latitude:
48.7
7988545503521
;
longitude:
9.173
586527979367
;"
></a-image>
<a-camera
gps-camera
rotation-reader
></a-camera>
...
...
public/page4.html
View file @
5fcb24c1
...
...
@@ -17,7 +17,7 @@ degrees from your real location.
-->
<a-scene
vr-mode-ui=
'enabled: false'
arjs=
'sourceType: webcam; videoTexture: true; debugUIEnabled: false'
renderer=
'antialias: true; alpha: true'
>
<a-camera
gps-new-camera=
'gpsMinDistance: 5; simulateLatitude: 51.049; simulateLongitude: -0.723'
></a-camera>
<a-entity
material=
'color: red'
geometry=
'primitive: box'
gps-new-entity-place=
"latitude:
51.05; longitude: -0.723
"
scale=
"10 10 10"
></a-entity>
<a-entity
material=
'color: red'
geometry=
'primitive: box'
gps-new-entity-place=
"latitude:
48.77988545503521; longitude: 9.173586527979367
"
scale=
"10 10 10"
></a-entity>
</a-scene>
</body>
...
...
public/page5.html
View file @
5fcb24c1
<!DOCTYPE html>
<html>
<head>
<title>
dev location
</title>
<script
src=
"https://aframe.io/releases/1.3.0/aframe.min.js"
></script>
<script
type=
'text/javascript'
src=
'build/aframe-ar-nft.js'
></script>
</head>
<body>
<a-scene
vr-mode-ui=
"enabled: false"
arjs=
'sourceType: webcam; videoTexture: true; debugUIEnabled: false;'
renderer=
'antialias: true; alpha: true'
>
<a-camera
gps-camera
rotation-reader
></a-camera>
<a-box
gps-entity-place=
'latitude: 48.77988545503521; longitude: 9.173586527979367'
color=
'red'
scale=
'20 20 20'
></a-box>
</a-scene>
</body>
</html>
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