Browse Source

Revert "WebXRManager: Hide controller when using Cardboard."

This reverts commit 684fbcbc7831582eb2055cc7df758a3c5b1238f2.
Mr.doob 7 years ago
parent
commit
522afd0c70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/webvr/WebXRManager.js

+ 1 - 1
src/renderers/webvr/WebXRManager.js

@@ -243,7 +243,7 @@ function WebXRManager( renderer ) {
 
 
 					controller.matrix.elements = inputPose.pointerMatrix;
 					controller.matrix.elements = inputPose.pointerMatrix;
 					controller.matrix.decompose( controller.position, controller.rotation, controller.scale );
 					controller.matrix.decompose( controller.position, controller.rotation, controller.scale );
-					controller.visible = inputPose.emulatedPosition === false;
+					controller.visible = true;
 
 
 					continue;
 					continue;