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
af89e955
Commit
af89e955
authored
May 02, 2023
by
Alfakhori
Browse files
Update public/page3.html
parent
bf9ba586
Pipeline
#7371
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/page3.html
View file @
af89e955
<!doctype html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<script
src=
"https://aframe.io/releases/1.0.4/aframe.min.js"
></script>
<script
src=
"https://unpkg.com/aframe-look-at-component@0.8.0/dist/aframe-look-at-component.min.js"
></script>
<script
src=
"https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js"
></script>
</head>
<body
style=
"margin: 0; overflow: hidden;"
>
<a-scene
embedded
loading-screen=
"enabled: false;"
arjs=
"sourceType: webcam; debugUIEnabled: false;"
>
<a-image
src=
"assets/asset.jpeg"
look-at=
"[gps-camera]"
scale=
"1 1 1"
gps-entity-place=
"latitude: 48.7809182093566; longitude: 9.173715785973716;"
></a-image>
<a-camera
gps-camera
rotation-reader
></a-camera>
</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