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

Commit

Permalink
3dstreet version bump
Browse files Browse the repository at this point in the history
add versioning to mapbox and 3d tiles dependencies
  • Loading branch information
kfarr committed Mar 29, 2024
1 parent c12d2c8 commit dff9fe9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>

<!-- 3dstreet -->
<script src="https://cdn.jsdelivr.net/npm/[email protected].11/dist/aframe-street-component.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].12/dist/aframe-street-component.min.js"></script>

<!-- user controls - vr teleport -->

<!-- mapbox -->
<script src="https://github.3dstreet.org/src/lib/aframe-mapbox-component.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/lib/aframe-mapbox-component.min.js"></script>

<!-- 3d tiles -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/lib/aframe-loader-3dtiles-component.min.js"></script>

<title>3DStreet</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down

0 comments on commit dff9fe9

Please sign in to comment.