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

Updated builds.

上级 7aba69b7
......@@ -23148,7 +23148,12 @@
controller.matrix.fromArray( inputPose.transform.matrix );
controller.matrix.decompose( controller.position, controller.rotation, controller.scale );
controller.visible = true;
if ( inputSource.targetRayMode === 'pointing' ) {
controller.visible = true;
}
continue;
此差异已折叠。
......@@ -23140,7 +23140,12 @@ function WebXRManager( renderer, gl ) {
controller.matrix.fromArray( inputPose.transform.matrix );
controller.matrix.decompose( controller.position, controller.rotation, controller.scale );
controller.visible = true;
if ( inputSource.targetRayMode === 'pointing' ) {
controller.visible = true;
}
continue;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册