Skip to content

Commit f173b20

Browse files
committed
Updated builds.
1 parent 522afd0 commit f173b20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/three.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22005,7 +22005,7 @@
2200522005

2200622006
controller.matrix.elements = inputPose.pointerMatrix;
2200722007
controller.matrix.decompose( controller.position, controller.rotation, controller.scale );
22008-
controller.visible = inputPose.emulatedPosition === false;
22008+
controller.visible = true;
2200922009

2201022010
continue;
2201122011

build/three.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/three.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21999,7 +21999,7 @@ function WebXRManager( renderer ) {
2199921999

2200022000
controller.matrix.elements = inputPose.pointerMatrix;
2200122001
controller.matrix.decompose( controller.position, controller.rotation, controller.scale );
22002-
controller.visible = inputPose.emulatedPosition === false;
22002+
controller.visible = true;
2200322003

2200422004
continue;
2200522005

0 commit comments

Comments
 (0)