提交 b996c620 编写于 作者: D Diego Marcos

Adds method to zero VR sensors

上级 9c197530
......@@ -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.
先完成此消息的编辑!
想要评论请 注册