Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeDreamt authored May 2, 2024
1 parent 4152f6e commit 00c8573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html>
<head>
<title>AR.js A-Frame Location-based</title>
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.4.0/aframe.min.js"></script>
<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://unpkg.com/[email protected]/dist/aframe-look-at-component.min.js"></script>
<script type='text/javascript' src='https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.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-new-camera='gpsMinDistance: 5'></a-camera>
<a-entity material='color: red' geometry='primitive: box' gps-new-entity-place="latitude: 38.900893; longitude: -90.920293" scale="10 10 10"></a-entity>
<a-camera gps-new-camera='gpsMinDistance: 1'></a-camera>
<a-entity material='color: red' geometry='primitive: box' gps-projected-entity-place="latitude: 38.900893; longitude: -90.920293" scale="10 10 10"></a-entity>
</a-scene>
</body>
</html>

0 comments on commit 00c8573

Please sign in to comment.