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

Revert "WebXRManager: Hide controller when using Cardboard."

This reverts commit 684fbcbc.
上级 ea1e8d02
......@@ -243,7 +243,7 @@ function WebXRManager( renderer ) {
controller.matrix.elements = inputPose.pointerMatrix;
controller.matrix.decompose( controller.position, controller.rotation, controller.scale );
controller.visible = inputPose.emulatedPosition === false;
controller.visible = true;
continue;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册