mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-02-14 04:03:49 +00:00
tweak deadzones
This commit is contained in:
parent
d9a23cade3
commit
ebdfae9ca2
22 changed files with 23 additions and 23 deletions
|
|
@ -7,8 +7,8 @@ import { useControls } from "./SettingsProvider";
|
|||
const BASE_SPEED = 80;
|
||||
const LOOK_SENSITIVITY = 0.004;
|
||||
const STICK_LOOK_SENSITIVITY = 2.5;
|
||||
const DUAL_MOVE_DEADZONE = 0.1;
|
||||
const DUAL_LOOK_DEADZONE = 0.2;
|
||||
const DUAL_MOVE_DEADZONE = 0.08;
|
||||
const DUAL_LOOK_DEADZONE = 0.15;
|
||||
const SINGLE_STICK_DEADZONE = 0.15;
|
||||
const MAX_PITCH = Math.PI / 2 - 0.01; // ~89°
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue