Commit 6d7a8c17 authored by Alfakhori's avatar Alfakhori
Browse files

Update public/aktuelles.html

parent c8f9d568
Pipeline #7351 passed with stage
in 7 seconds
<!DOCTYPE html> <!doctype html>
<html> <html>
<head> <head>
<title>AR.js A-Frame Location-based</title> <meta charset="utf-8" />
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script type='text/javascript' src='https://raw.githack.com/AR-js-org/AR.js/master/three.js/build/ar-threex-location-only.js'></script> <script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
<script type='text/javascript' src='https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js'></script> <script src="https://unpkg.com/aframe-look-at-component@0.8.0/dist/aframe-look-at-component.min.js"></script>
</head> <script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js"></script>
<body> </head>
<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'></a-camera> <body style="margin: 0; overflow: hidden;">
<a-entity material='color: green' geometry='primitive: box' gps-new-entity-place="latitude: 48.80642906237651; longitude: 9.228867097415371" scale="50 50 50"></a-entity> <a-scene
</a-scene> embedded
</body> loading-screen="enabled: false;"
arjs="sourceType: webcam; debugUIEnabled: false;"
>
<a-image
src="assets/image.png"
look-at="[gps-camera]"
scale="1 1 1"
gps-entity-place="latitude: 48.806357245575015; longitude: 9.228872945532204;"
></a-image>
<a-camera gps-camera rotation-reader></a-camera>
</a-scene>
</body>
</html> </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