Commit 7593b66b authored by Alfakhori's avatar Alfakhori
Browse files

Update public/aktuelles.html

parent cf6b39ac
Pipeline #7336 passed with stage
in 7 seconds
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<title>AR.js Hello World Example</title> <title>AR.js Hello World Example</title>
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script> <script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
<script type='text/javascript' src='../../../build/aframe-ar-nft.js'></script> <script type='text/javascript' src='./assets/aframe-ar-nft.js'></script>
</head> </head>
<body> <body>
<a-scene <a-scene
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false;' arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false;'
renderer='antialias: true; alpha: true'> renderer='antialias: true; alpha: true'>
<a-camera gps-camera rotation-reader></a-camera> <a-camera gps-camera rotation-reader></a-camera>
<a-box gps-entity-place='latitude: your-latitude; longitude: your-longitude' color='red' scale='20 20 20'></a-box> <a-box gps-entity-place='latitude: 48.8097177; longitude: 9.2415764' color='red' scale='20 20 20'></a-box>
</a-scene> </a-scene>
</body> </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