Skip to content

Commit

Permalink
change example of google-tiles with new component
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorush committed May 15, 2024
1 parent 8762bbf commit 29b8354
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions examples/google-tiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,21 +100,11 @@
<a-entity id="rightHand" hand-controls="hand: right" blink-controls="cameraRig: #cameraRig; teleportOrigin: #camera; rotateOnTeleport:false;"></a-entity>
<a-entity id="screenshot" class="no-pause" screentock visible="false"></a-entity>
</a-entity>
<a-entity id="reference-layers" data-layer-name="Reference Layers" data-layer-show-children>
<a-entity
id="tileset"
loader-3dtiles="
url: https://tile.googleapis.com/v1/3dtiles/root.json;
lat: 37.77522354250163;
long: -122.41931773049723;
height: -16.5;
googleApiKey: AIzaSyAQshwLVKTpwTfPJxFEkEzOdP_cgmixTCQ;
geoTransform: WGS84Cartesian;
maximumSSE: 48;
maximumMem: 400;
cameraEl: #camera">
</a-entity>

<a-entity id="reference-layers" data-layer-name="Reference Layers" data-layer-show-children street-geo="
latitude: 37.77522354250163;
longitude: -122.41931773049723;
maps: google3d
" >
</a-entity>

<a-entity id="environment" data-layer-name="Environment" street-environment="preset: day;"></a-entity>
Expand Down

0 comments on commit 29b8354

Please sign in to comment.