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 ac28f6c commit 30e5a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<a-scene vr-mode-ui='enabled: false' arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false' renderer='antialias: true; alpha: true'>
<a-camera gps-projected-camera='gpsMinDistance: 1'></a-camera>
<a-image src="assets/asset.jpeg" look-at="[camera]" gps-projected-entity-place="latitude: 38.900893; longitude: -90.920293" scale="10 10 10"></a-entity>
<a-image src="assets/asset.jpeg" look-at="[camera]" gps-projected-entity-place="latitude: 38.900893; longitude: -90.920293" scale="10 10 10"></a-image>
</a-scene>
</body>
</html>

0 comments on commit 30e5a4a

Please sign in to comment.