diff --git a/public/page1.html b/public/page1.html index 9fa0a40bdec3aa046d8101b5343b4e5413e393ca..3fca15eb79c6d514c0450e5b6259e4f0f2e447d9 100644 --- a/public/page1.html +++ b/public/page1.html @@ -45,7 +45,7 @@ barcode-value="4" id="marker1" emitevents="true" - location-based="latitude: 37.7749; longitude: -122.4194; altitude: 0;" + location-based="latitude: 48.77988545503521; longitude: 9.173586527979367; altitude: 0;" > <a-entity id="model1" diff --git a/public/page3.html b/public/page3.html index 026c7fb2026b7ad7a341075696ae0f695bf63e7b..ec2bbb146b5842a2eca0b851cd64072dad8297db 100644 --- a/public/page3.html +++ b/public/page3.html @@ -19,7 +19,7 @@ src="assets/asset.jpeg" look-at="[gps-camera]" 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-camera gps-camera rotation-reader></a-camera> diff --git a/public/page4.html b/public/page4.html index 5763bf2027f0e508e4271183bb3d07f52b03f104..4b6baf37dda29f9d6b1f8eca551d61dd51e31023 100644 --- a/public/page4.html +++ b/public/page4.html @@ -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-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> </body> diff --git a/public/page5.html b/public/page5.html index 8b137891791fe96927ad78e64b0aad7bded08bdc..c29d34569ce19900b7624b35bd084bff3a00a353 100644 --- a/public/page5.html +++ b/public/page5.html @@ -1 +1,18 @@ +<!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>