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 00c8573 commit 468a5b1
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 @@ -9,7 +9,7 @@
</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: 1'></a-camera>
<a-camera gps-projected-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>
Expand Down

0 comments on commit 468a5b1

Please sign in to comment.