Skip to content

Commit 522afd0

Browse files
committed
Revert "WebXRManager: Hide controller when using Cardboard."
This reverts commit 684fbcb.
1 parent ea1e8d0 commit 522afd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/webvr/WebXRManager.js

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

244244
controller.matrix.elements = inputPose.pointerMatrix;
245245
controller.matrix.decompose( controller.position, controller.rotation, controller.scale );
246-
controller.visible = inputPose.emulatedPosition === false;
246+
controller.visible = true;
247247

248248
continue;
249249

0 commit comments

Comments
 (0)