-
-
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 particle system version and links to c-frame repositories (#5573)
* Update to c-frame/[email protected] * Update some urls of some components that were moved to c-frame organization * Replace aframe-teleport-controls by aframe-blink-controls * Update more links to c-frame organization * aframe-extras.ocean package is not maintained, use aframe-extras to get the ocean component * Replace not working aframe-gradient-sky by aframe-sky-background * Replace gradient sky link
- Loading branch information
1 parent
e029e55
commit 97165a3
Showing
11 changed files
with
29 additions
and
37 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
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 |
---|---|---|
|
@@ -356,14 +356,14 @@ The [A-Frame Wiki](https://aframe.wiki/) is a useful community-driven initiative | |
|
||
### Using a Community Component | ||
|
||
[particlesystem]: https://www.npmjs.com/package/aframe-particle-system-component | ||
[particlesystem]: https://www.npmjs.com/package/@c-frame/aframe-particle-system-component | ||
|
||
Once we find a component that we want to use, we can include the component as a | ||
`<script>` tag and use it from HTML. | ||
|
||
[unpkg.com]: http://unpkg.com/ | ||
|
||
For example, let's use IdeaSpaceVR's [particle system component][particlesystem]: | ||
For example, let's use the [particle system component][particlesystem]: | ||
|
||
#### Using unpkg | ||
|
||
|
@@ -411,7 +411,7 @@ For the particle system component, the CDN link we found earlier (at time of | |
writing) was: | ||
|
||
``` | ||
https://unpkg.com/@c-frame/aframe-particle-system-component@1.1.x/dist/aframe-particle-system-component.min.js | ||
https://unpkg.com/@c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js | ||
``` | ||
|
||
Now we can include it into our HTML: | ||
|
@@ -420,7 +420,7 @@ Now we can include it into our HTML: | |
<html> | ||
<head> | ||
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script> | ||
<script src="https://unpkg.com/@c-frame/aframe-particle-system-component@1.1.x/dist/aframe-particle-system-component.min.js"></script> | ||
<script src="https://unpkg.com/@c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js"></script> | ||
</head> | ||
<body> | ||
<a-scene> | ||
|
@@ -441,7 +441,7 @@ Now we can include it into our HTML: | |
<html> | ||
<head> | ||
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script> | ||
<script src="https://unpkg.com/@c-frame/aframe-particle-system-component@1.1.x/dist/aframe-particle-system-component.min.js"></script> | ||
<script src="https://unpkg.com/@c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js"></script> | ||
</head> | ||
<body> | ||
<a-scene> | ||
|
@@ -476,7 +476,7 @@ Registry and using the JSDELIVR CDN. This example can also be viewed in the [A- | |
<title>Community Components Example</title> | ||
<meta name="description" content="Community Components Example"> | ||
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script> | ||
<script src="https://unpkg.com/@c-frame/aframe-particle-system-component@1.1.x/dist/aframe-particle-system-component.min.js"></script> | ||
<script src="https://unpkg.com/@c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.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/[email protected]/dist/aframe-extras.min.js"></script> | ||
</head> | ||
|
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
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,7 +7,7 @@ | |
<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@1.1.4/dist/aframe-particle-system-component.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/simple-sun-sky.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/c-frame/[email protected]/dist/aframe-extras.min.js"></script> | ||
</head> | ||
|