提交 9b1d0c63 编写于 作者: N nicolo.carpignoli

updated vers

上级 47d848e9
# 1.7.5
# 1.7.6
- added events for camera initialization success/error
- use relative paths instead of remotes (i.e. `camera_para.data` not found bug)
......
......@@ -79,7 +79,7 @@ More details about markers:
<!doctype HTML>
<html>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.7.5/aframe/build/aframe-ar.js"></script>
<script src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.7.6/aframe/build/aframe-ar.js"></script>
<body style='margin : 0px; overflow: hidden;'>
<a-scene embedded arjs>
<a-marker preset="hiro">
......
{
"name": "ar.js",
"version": "1.7.5",
"version": "1.7.6",
"description": "Efficient Augmented Reality for the Web",
"main": "",
"scripts": {
......
......@@ -76,7 +76,7 @@ Object.assign( ARjs.Context.prototype, THREE.EventDispatcher.prototype );
// ARjs.Context.baseURL = '../'
// default to github page
ARjs.Context.baseURL = 'https://jeromeetienne.github.io/AR.js/three.js/'
ARjs.Context.REVISION = '1.7.5';
ARjs.Context.REVISION = '1.7.6';
/**
* Create a default camera for this trackingBackend
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册