提交 298ac770 编写于 作者: N nicolo.carpignoli

Last commit before release

上级 c28e53c1
# 2.1.7
- enhanced `distance` property, now calculating combined distance for latitude/longitude
# 2.1.6 # 2.1.6
- set distance in `distance` property of `gps-entity-place` (location based) as z axis (previously was x axis) - set distance in `distance` property of `gps-entity-place` (location based) as z axis (previously was x axis)
......
...@@ -127,7 +127,7 @@ You can also use GeoAR.js **without** the script, adding `gps-entity-place` enti ...@@ -127,7 +127,7 @@ You can also use GeoAR.js **without** the script, adding `gps-entity-place` enti
<!doctype HTML> <!doctype HTML>
<html> <html>
<script src="https://aframe.io/releases/1.0.0/aframe.min.js"></script> <script src="https://aframe.io/releases/1.0.0/aframe.min.js"></script>
<script src="https://raw.githack.com/jeromeetienne/AR.js/2.1.6/aframe/build/aframe-ar.js"></script> <script src="https://raw.githack.com/jeromeetienne/AR.js/2.1.7/aframe/build/aframe-ar.js"></script>
<body style='margin : 0px; overflow: hidden;'> <body style='margin : 0px; overflow: hidden;'>
<a-scene embedded arjs> <a-scene embedded arjs>
<a-marker preset="hiro"> <a-marker preset="hiro">
......
...@@ -2526,7 +2526,7 @@ Object.assign(ARjs.Context.prototype, THREE.EventDispatcher.prototype); ...@@ -2526,7 +2526,7 @@ Object.assign(ARjs.Context.prototype, THREE.EventDispatcher.prototype);
// ARjs.Context.baseURL = '../' // ARjs.Context.baseURL = '../'
// default to github page // default to github page
ARjs.Context.baseURL = 'https://jeromeetienne.github.io/AR.js/three.js/' ARjs.Context.baseURL = 'https://jeromeetienne.github.io/AR.js/three.js/'
ARjs.Context.REVISION = '2.1.6'; ARjs.Context.REVISION = '2.1.7';
/** /**
* Create a default camera for this trackingBackend * Create a default camera for this trackingBackend
......
此差异已折叠。
{ {
"name": "ar.js", "name": "ar.js",
"version": "2.1.6", "version": "2.1.7",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "ar.js", "name": "ar.js",
"version": "2.1.6", "version": "2.1.7",
"description": "Efficient Augmented Reality for the Web", "description": "Efficient Augmented Reality for the Web",
"main": "", "main": "",
"scripts": { "scripts": {
......
...@@ -2526,7 +2526,7 @@ Object.assign(ARjs.Context.prototype, THREE.EventDispatcher.prototype); ...@@ -2526,7 +2526,7 @@ Object.assign(ARjs.Context.prototype, THREE.EventDispatcher.prototype);
// ARjs.Context.baseURL = '../' // ARjs.Context.baseURL = '../'
// default to github page // default to github page
ARjs.Context.baseURL = 'https://jeromeetienne.github.io/AR.js/three.js/' ARjs.Context.baseURL = 'https://jeromeetienne.github.io/AR.js/three.js/'
ARjs.Context.REVISION = '2.1.6'; ARjs.Context.REVISION = '2.1.7';
/** /**
* Create a default camera for this trackingBackend * Create a default camera for this trackingBackend
......
...@@ -2526,7 +2526,7 @@ Object.assign(ARjs.Context.prototype, THREE.EventDispatcher.prototype); ...@@ -2526,7 +2526,7 @@ Object.assign(ARjs.Context.prototype, THREE.EventDispatcher.prototype);
// ARjs.Context.baseURL = '../' // ARjs.Context.baseURL = '../'
// default to github page // default to github page
ARjs.Context.baseURL = 'https://jeromeetienne.github.io/AR.js/three.js/' ARjs.Context.baseURL = 'https://jeromeetienne.github.io/AR.js/three.js/'
ARjs.Context.REVISION = '2.1.6'; ARjs.Context.REVISION = '2.1.7';
/** /**
* Create a default camera for this trackingBackend * Create a default camera for this trackingBackend
......
此差异已折叠。
此差异已折叠。
...@@ -76,7 +76,7 @@ Object.assign(ARjs.Context.prototype, THREE.EventDispatcher.prototype); ...@@ -76,7 +76,7 @@ Object.assign(ARjs.Context.prototype, THREE.EventDispatcher.prototype);
// ARjs.Context.baseURL = '../' // ARjs.Context.baseURL = '../'
// default to github page // default to github page
ARjs.Context.baseURL = 'https://jeromeetienne.github.io/AR.js/three.js/' ARjs.Context.baseURL = 'https://jeromeetienne.github.io/AR.js/three.js/'
ARjs.Context.REVISION = '2.1.6'; ARjs.Context.REVISION = '2.1.7';
/** /**
* Create a default camera for this trackingBackend * Create a default camera for this trackingBackend
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册