Commit 5fcb24c1 authored by Alfakhori's avatar 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
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
barcode-value="4" barcode-value="4"
id="marker1" id="marker1"
emitevents="true" emitevents="true"
location-based="latitude: 37.7749; longitude: -122.4194; altitude: 0;" location-based="latitude: 48.77988545503521; longitude: 9.173586527979367; altitude: 0;"
> >
<a-entity <a-entity
id="model1" id="model1"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
src="assets/asset.jpeg" src="assets/asset.jpeg"
look-at="[gps-camera]" look-at="[gps-camera]"
scale="1 1 1" scale="1 1 1"
gps-entity-place="latitude: 48.7809182093566; longitude: 9.173715785973716;" gps-entity-place=""latitude: 48.77988545503521; longitude: 9.173586527979367;"
></a-image> ></a-image>
<a-camera gps-camera rotation-reader></a-camera> <a-camera gps-camera rotation-reader></a-camera>
......
...@@ -17,7 +17,7 @@ degrees from your real location. ...@@ -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-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-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> </a-scene>
</body> </body>
......
<!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>
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