This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #410 from 3DStreet/fix-camera-tiles
fix camera tiles
- Loading branch information
Showing
6 changed files
with
15,896 additions
and
4 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,16 @@ | |
<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/3dstreet@0.4.12/src/lib/aframe-mapbox-component.min.js"></script> | ||
|
||
<!-- 3d tiles --> | ||
<script src="./src/lib/aframe-loader-3dtiles-component.min.js"></script> | ||
|
||
<title>3DStreet</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.