Skip to content

Commit 0722816

Browse files
committed
Last commit before release
1 parent 665a791 commit 0722816

File tree

9 files changed

+23
-2822
lines changed

9 files changed

+23
-2822
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
# 3.4.0
3+
4+
- New gh build script to compile libs see #415
5+
- Restored multimarker examples (learner and player) see #419
6+
- New A-Frame location based code see #406
17
# 3.4.0-alpha-rc2
28

39
- Fixed bug in aframe image tracking see #407

README.md

Lines changed: 1 addition & 1 deletion
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.0-alpha-rc2/aframe/build/aframe-ar-nft.js">
65+
<script src="https://raw.githack.com/AR-js-org/AR.js/3.4.0/aframe/build/aframe-ar-nft.js">
6666
```
6767
6868
## Get started

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.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.

package-lock.json

Lines changed: 10 additions & 2815 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.0-alpha-rc2",
3+
"version": "3.4.0",
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.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/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.0-alpha-rc2";
106+
Context.REVISION = "3.4.0";
107107
/**
108108
* Create a default camera for this trackingBackend
109109
* @param {string} trackingBackend - the tracking to user

0 commit comments

Comments
 (0)