Skip to content

Commit c4f1c0b

Browse files
committed
Last commit before release
1 parent b3f7c19 commit c4f1c0b

15 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.4.7
2+
- remove deprecated PlaneBufferGeometry see PR 640
3+
- upgraded packages
4+
15
# 3.4.6
26
- Upgraded Three.js and Aframe version to 0.164.0 and 1.6.0 respectively. importmap is now used to import Three.js (see three.js examples) #615 #625
37
- Simplified location based examples #615.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Please import the one you need for your project, not both:
6262
You can also import a specific version replacing `master` keyword with version tag:
6363

6464
```html
65-
<script src="https://raw.githack.com/AR-js-org/AR.js/3.4.6/aframe/build/aframe-ar-nft.js">
65+
<script src="https://raw.githack.com/AR-js-org/AR.js/3.4.7/aframe/build/aframe-ar-nft.js">
6666
```
6767
6868
## Get started
@@ -223,7 +223,7 @@ yarn add @ar-js-org/ar.js
223223
For some examples read this [issue](https://github.com/AR-js-org/AR.js/issues/234).
224224
### New Import Syntax for `ar-threex.mjs` and `ar.mjs`
225225

226-
With the latest updates (3.4.6), `three.js` can now be imported using the ES module syntax.
226+
With the updates 3.4.6, `three.js` can now be imported using the ES module syntax.
227227
To align with this standard, `ar-threex.mjs`,`ar.mjs` and `ar-threex-location-only.mjs` should also be imported in the same way using an import map. Here is an example of how to import these modules in your project:
228228

229229
```html

aframe/build/aframe-ar-new-location-only.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aframe/build/aframe-ar-new-location-only.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

aframe/build/aframe-ar-nft.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aframe/build/aframe-ar-nft.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

aframe/build/aframe-ar.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aframe/build/aframe-ar.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ar-js-org/ar.js",
3-
"version": "3.4.6",
3+
"version": "3.4.7",
44
"description": "Efficient Augmented Reality for the Web",
55
"main": "./aframe/build/aframe-ar.js",
66
"scripts": {

three.js/build/ar-threex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

three.js/build/ar-threex.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

three.js/build/ar.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

three.js/build/ar.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

three.js/src/threex/arjs-context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Context.prototype.removeEventListener =
103103

104104
// default to github page
105105
Context.baseURL = "https://ar-js-org.github.io/AR.js/three.js/";
106-
Context.REVISION = "3.4.6";
106+
Context.REVISION = "3.4.7";
107107
/**
108108
* Create a default camera for this trackingBackend
109109
* @param {string} trackingBackend - the tracking to user

0 commit comments

Comments
 (0)