Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
add example for testing
Browse files Browse the repository at this point in the history
- NOTE: had to move reference layer down because of nytimes/aframe-loader-3dtiles-component#45
  • Loading branch information
kfarr committed Mar 29, 2024
1 parent dff9fe9 commit 4b0a577
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,7 @@
></a-entity>
</a-entity>

<a-entity
id="reference-layers"
data-layer-name="Reference Layers"
data-layer-show-children
></a-entity>


<a-entity
id="environment"
Expand Down Expand Up @@ -153,6 +149,29 @@
visible="false"
></a-entity>
</a-entity>

<a-entity
id="reference-layers"
data-layer-name="Reference Layers"
data-layer-show-children
>

<a-entity
id="tileset"
data-no-pause
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>
</a-scene>
</body>
<script>
Expand Down

0 comments on commit 4b0a577

Please sign in to comment.