Commit af89e955 authored by Alfakhori's avatar Alfakhori
Browse files

Update public/page3.html

parent bf9ba586
Pipeline #7371 passed with stage
in 6 seconds
<!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>
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