提交 0ed27c52 编写于 作者: H hillj8 提交者: GitHub

Added ability to return the AR Controller Instance

the AR Controller Instance allows prototype commands to be called from outside of the aframe-ar.js class
上级 12f5731c
......@@ -103,6 +103,15 @@ var Qb=[Ik,Zh,_h,Qj,Qi,Pi,Ri,Ag,sg,qg,rg,yg,kh,jh,Oi,Mj];var Rb=[Jk,ki,ji,gi];va
}
};
/**
Returns the AR Controller Instance - allowing prototype commands to be called from outside of the aframe-ar.js class
*/
getARController = function(){
return myController;
}
/**
Detects markers in the given image. The process method dispatches marker detection events during its run.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册