提交 36a08d9a 编写于 作者: M Mr.doob

Added header to ViveController.

上级 95cdff81
/**
* @author mrdoob / http://mrdoob.com
*/
THREE.ViveController = function ( id ) {
THREE.Object3D.call( this );
var scope = this;
var gamepad;
this.getGamepad = function () { return gamepad; };
this.matrixAutoUpdate = false;
this.standingMatrix = new THREE.Matrix4();
var scope = this;
function update() {
requestAnimationFrame( update );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册