Skip to content

Commit

Permalink
changes in location-based
Browse files Browse the repository at this point in the history
- see 75a93a8
  • Loading branch information
kalwalt committed Nov 12, 2021
1 parent e1469fb commit d998a44
Show file tree
Hide file tree
Showing 8 changed files with 28,279 additions and 12 deletions.
2,121 changes: 2,120 additions & 1 deletion aframe/build/aframe-ar-location-only.js

Large diffs are not rendered by default.

6,687 changes: 6,686 additions & 1 deletion aframe/build/aframe-ar-nft.js

Large diffs are not rendered by default.

5,855 changes: 5,854 additions & 1 deletion aframe/build/aframe-ar.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions aframe/examples/location-based/max-min-distance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
<script type='text/javascript' src='../../../build/aframe-ar-nft.js'></script>
</head>

<body style='margin: 0; overflow: hidden;'>
<body><!-- style='margin: 0; overflow: hidden;'>-->
<a-scene
vr-mode-ui="enabled: false"
arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false;'>
arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false;'>

<!-- too near, is like 2m far -->
<a-box material="color: red;" scale="15 15 15" gps-entity-place="latitude: 44.504493; longitude: 11.301134;"></a-box>
<a-box material="color: red;" scale="25 25 25" gps-entity-place="latitude: 44.504493; longitude: 11.301134;"></a-box>

<!-- visible, is like 400m far -->
<a-box material="color: yellow;" scale="15 15 15" gps-entity-place="latitude: 44.506477; longitude: 11.301524;"></a-box>
<a-box material="color: yellow;" scale="25 25 25" gps-entity-place="latitude: 44.506477; longitude: 11.301524;"></a-box>

<!-- too far, is like 2.5km far -->
<a-box material="color: green;" scale="15 15 15" gps-entity-place="latitude: 44.500013; longitude: 11.277351;"></a-box>
<a-box material="color: green;" scale="25 25 25" gps-entity-place="latitude: 44.500013; longitude: 11.277351;"></a-box>

<a-camera
rotation-reader
Expand Down
4,012 changes: 4,011 additions & 1 deletion three.js/build/ar-nft.js

Large diffs are not rendered by default.

3,600 changes: 3,599 additions & 1 deletion three.js/build/ar-threex-nft.js

Large diffs are not rendered by default.

2,797 changes: 2,796 additions & 1 deletion three.js/build/ar-threex.js

Large diffs are not rendered by default.

3,209 changes: 3,208 additions & 1 deletion three.js/build/ar.js

Large diffs are not rendered by default.

0 comments on commit d998a44

Please sign in to comment.