提交 1445276d 编写于 作者: M Mr.doob

Merge pull request #5486 from dmarcos/zeroSensor

Adds method to zero VR sensors
......@@ -54,4 +54,12 @@ THREE.VRControls = function ( object, callback ) {
};
this.zeroSensor = function () {
if ( vrInput === undefined ) return;
vrInput.zeroSensor();
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册