-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update urls to community components (#5567)
- Loading branch information
1 parent
c590f85
commit 4872bdc
Showing
24 changed files
with
34 additions
and
40 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -168,7 +168,7 @@ need to know the component's npm package name and the path: | |
<title>360° Image Browser</title> | ||
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/aframe-template-component.min.js"></script> | ||
<script src="https://unpkg.com/aframe-layout-component@4.x.x/dist/aframe-layout-component.min.js"></script> | ||
<script src="https://unpkg.com/aframe-layout-component@5.x.x/dist/aframe-layout-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/aframe-event-set-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/aframe-proxy-event-component.min.jss"></script> | ||
|
||
|
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
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
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
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
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<script src="../../../dist/aframe-master.js"></script> | ||
<script src="ar-shadow-helper.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/aframe-environment-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].x/dist/aframe-environment-component.min.js"></script> | ||
<title>AFRame Total WebXR AR Demo</title> | ||
<style> | ||
body { | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
--> | ||
<script src="../../../dist/aframe-master.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/aframe-template-component.min.js"></script> | ||
<script src="https://unpkg.com/aframe-layout-component@4.x.x/dist/aframe-layout-component.min.js"></script> | ||
<script src="https://unpkg.com/aframe-layout-component@5.x.x/dist/aframe-layout-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/aframe-event-set-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/aframe-proxy-event-component.min.jss"></script> | ||
|
||
|
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 |
---|---|---|
|
@@ -7,9 +7,9 @@ | |
<script src="https://aframe.io/releases/<release_number>/aframe.min.js"></script> | ||
--> | ||
<script src="../../../dist/aframe-master.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-particle-system-component@a5a8449/dist/aframe-particle-system-component.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/aframe-simple-sun-sky@^1.2.2/simple-sun-sky.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@d5f3f8/dist/aframe-extras.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-particle-system-component@1.1.4/dist/aframe-particle-system-component.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/simple-sun-sky.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0/dist/aframe-extras.min.js"></script> | ||
</head> | ||
<body> | ||
<a-scene> | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<meta name="description" content="Hand Menu (Mixed Reality) • A-Frame"> | ||
<script src="../../../dist/aframe-master.js"></script> | ||
<script src="../../js/info-message.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/aframe-environment-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].x/dist/aframe-environment-component.min.js"></script> | ||
<script src="time.js"></script> | ||
<script src="button.js"></script> | ||
<script src="hand-menu.js"></script> | ||
|
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
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,7 +5,7 @@ | |
<meta name="description" content="Dynamic Lights - A-Frame"> | ||
<script src="../../../dist/aframe-master.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/aframe-randomizer-components.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/aframe-entity-generator-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].2/dist/aframe-entity-generator-component.min.js"></script> | ||
<script> | ||
AFRAME.registerComponent('random-material', { | ||
init: function () { | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<script src="../../js/spatial-ui/spatial-modal.js"></script> | ||
<script src="../../js/spatial-ui/spatial-hero-image.js"></script> | ||
<script src="../../js/info-message.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/aframe-environment-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].x/dist/aframe-environment-component.min.js"></script> | ||
<script src="hover.js"></script> | ||
</head> | ||
<body> | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<meta name="description" content="Hand Tracking! • A-Frame"> | ||
<script src="../../../dist/aframe-master.js"></script> | ||
<script src="../../js/info-message.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/aframe-environment-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].x/dist/aframe-environment-component.min.js"></script> | ||
<script src="pinchable.js"></script> | ||
<script src="color-change.js"></script> | ||
<script src="slider.js"></script> | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<script src="js/components/aframe-tooltip-component.js"></script> | ||
<script src="js/components/camera-position.js"></script> | ||
<script src="js/components/link-controls.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/aframe-environment-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].x/dist/aframe-environment-component.min.js"></script> | ||
<script src="../../js/info-message.js"></script> | ||
</head> | ||
<body> | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<script src="js/components/aframe-tooltip-component.js"></script> | ||
<script src="js/components/camera-position.js"></script> | ||
<script src="js/components/link-controls.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/aframe-environment-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].x/dist/aframe-environment-component.min.js"></script> | ||
<script src="../../js/info-message.js"></script> | ||
</head> | ||
<body> | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<script src="js/components/aframe-tooltip-component.js"></script> | ||
<script src="js/components/camera-position.js"></script> | ||
<script src="js/components/link-controls.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/aframe-environment-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].x/dist/aframe-environment-component.min.js"></script> | ||
<script src="../../js/info-message.js"></script> | ||
</head> | ||
<body> | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<script src="js/components/aframe-tooltip-component.js"></script> | ||
<script src="js/components/camera-position.js"></script> | ||
<script src="js/components/link-controls.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/aframe-environment-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].x/dist/aframe-environment-component.min.js"></script> | ||
<script src="../../js/info-message.js"></script> | ||
</head> | ||
<body> | ||
|
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
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,7 +5,7 @@ | |
<title>Laser input UI</title> | ||
<meta name="description" content="Laser input UI • A-Frame"> | ||
<script src="../../../dist/aframe-master.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/aframe-environment-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].x/dist/aframe-environment-component.min.js"></script> | ||
<script src="../../js/info-message.js"></script> | ||
<script src="highlight.js"></script> | ||
<script src="info-panel.js"></script> | ||
|
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
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
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,7 +5,7 @@ | |
<title>Compositor Layer Example • A-Frame</title> | ||
<meta name="description" content="Hello, World! • A-Frame"> | ||
<script src="../../../dist/aframe-master.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/aframe-environment-component.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].x/dist/aframe-environment-component.min.js"></script> | ||
<script src="page-turn.js"></script> | ||
<script src="toggle-layer.js"></script> | ||
<script src="button.js"></script> | ||
|