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

WebXRManager: Hide controllers when exiting VR.

上级 4ddd90c9
......@@ -83,6 +83,7 @@ function WebXRManager( renderer, gl ) {
inputSourcesMap.forEach( function ( controller, inputSource ) {
controller.dispatchEvent( { type: 'disconnected', data: inputSource } );
controller.visible = false;
} );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册