提交 5138a341 编写于 作者: M Mr.doob

Fixed VRControls.

上级 b93fe656
......@@ -77,13 +77,15 @@ THREE.VRControls = function ( object, callback ) {
var vrInput = vrInputs[ i ];
if ( vrInput.resetSensor !== undefined ) {
if ( vrInput.resetSensor !== undefined ) {
vrInput.resetSensor();
vrInput.resetSensor();
} else if ( vrInput.zeroSensor !== undefined ) {
} else if ( vrInput.zeroSensor !== undefined ) {
vrInput.zeroSensor();
vrInput.zeroSensor();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册