From a969d09cdc97e69e5ce00995f6af1f37c3e57ec1 Mon Sep 17 00:00:00 2001 From: netpro2k <netpro2k@gmail.com> Date: Wed, 4 Apr 2018 17:13:22 -0700 Subject: [PATCH] Set a small far distance for the UI raycaster --- src/hub.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hub.html b/src/hub.html index db3178d5d..5ec16e968 100644 --- a/src/hub.html +++ b/src/hub.html @@ -256,7 +256,7 @@ tracked-controls teleport-controls="cameraRig: #player-rig; teleportOrigin: #player-camera; button: action_teleport_" haptic-feedback - raycaster="objects:.hud; showLine: true;" + raycaster="objects:.hud; showLine: true; far: 2;" cursor="fuse: false; downEvents: action_ui_select_down; upEvents: action_ui_select_up;" app-mode-toggle-playing__teleport-controls="mode: hud; invert: true;" -- GitLab