-
-
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.
- Loading branch information
Showing
14 changed files
with
23 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ and publishing now, remix the starter example on: | |
```html | ||
<html> | ||
<head> | ||
<script src="https://aframe.io/releases/1.4.0/aframe.min.js"></script> | ||
<script src="https://aframe.io/releases/1.4.1/aframe.min.js"></script> | ||
</head> | ||
<body> | ||
<a-scene> | ||
|
@@ -117,7 +117,7 @@ and publishing now, remix the starter example on: | |
``` | ||
|
||
With A-Frame's [entity-component | ||
architecture](https://aframe.io/docs/1.4.0/introduction/entity-component-system.html), we can drop in community | ||
architecture](https://aframe.io/docs/1.4.1/introduction/entity-component-system.html), we can drop in community | ||
components from the ecosystem (e.g., ocean, physics) and plug them into our | ||
objects straight from HTML: | ||
|
||
|
@@ -126,10 +126,10 @@ objects straight from HTML: | |
```html | ||
<html> | ||
<head> | ||
<script src="https://aframe.io/releases/1.4.0/aframe.min.js"></script> | ||
<script src="https://aframe.io/releases/1.4.1/aframe.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/aframe-particle-system-component.min.js"></script> | ||
<script src="https://unpkg.com/aframe-extras.ocean@%5E3.5.x/dist/aframe-extras.ocean.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].0/dist/gradientsky.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/gradientsky.min.js"></script> | ||
</head> | ||
<body> | ||
<a-scene> | ||
|
@@ -157,11 +157,11 @@ objects straight from HTML: | |
|
||
### Builds | ||
|
||
To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/1.4.0/aframe.min.js): | ||
To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/1.4.1/aframe.min.js): | ||
|
||
```js | ||
<head> | ||
<script src="https://aframe.io/releases/1.4.0/aframe.min.js"></script> | ||
<script src="https://aframe.io/releases/1.4.1/aframe.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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.