mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
increase minimum grip pressure to initiate handshake
This commit is contained in:
parent
90e79c7bbc
commit
a99c242646
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
var LABEL = "makeUserConnection";
|
||||
var MAX_AVATAR_DISTANCE = 0.2; // m
|
||||
var GRIP_MIN = 0.05; // goes from 0-1, so 5% pressed is pressed
|
||||
var GRIP_MIN = 0.25; // goes from 0-1, so 25% pressed is pressed
|
||||
var MESSAGE_CHANNEL = "io.highfidelity.makeUserConnection";
|
||||
var STATES = {
|
||||
INACTIVE: 0,
|
||||
|
|
Loading…
Reference in a new issue