Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3dtiles. Add orthographic camera support to example #508

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/google-tiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- mapbox and google tiles -->
<script src="/src/lib/aframe-mapbox-component.min.js"></script>
<script src="/src/lib/aframe-loader-3dtiles-component.js"></script>
<script src="/src/lib/aframe-loader-3dtiles-component.min.js"></script>

<!-- vr teleport controls -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aframe-blink-controls.min.js"></script>
Expand Down Expand Up @@ -103,6 +103,7 @@
<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;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/aframe-loader-3dtiles-component.min.js

Large diffs are not rendered by default.

Loading