We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1e8d0 commit 522afd0Copy full SHA for 522afd0
src/renderers/webvr/WebXRManager.js
@@ -243,7 +243,7 @@ function WebXRManager( renderer ) {
243
244
controller.matrix.elements = inputPose.pointerMatrix;
245
controller.matrix.decompose( controller.position, controller.rotation, controller.scale );
246
- controller.visible = inputPose.emulatedPosition === false;
+ controller.visible = true;
247
248
continue;
249
0 commit comments