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

WebXRController: dispatch move event when moving

上级 392fee61
......@@ -126,6 +126,8 @@ class WebXRController {
targetRay.matrix.fromArray( inputPose.transform.matrix );
targetRay.matrix.decompose( targetRay.position, targetRay.rotation, targetRay.scale );
this.dispatchEvent( { type: 'move' } );
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册