mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 23:01:47 +02:00
Add variable for teleport deadzone on y-axis.
This commit is contained in:
parent
09d15c9cb0
commit
690f67c9d9
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ TEAR_AWAY_DISTANCE = 0.15; // ungrab an entity if its bounding-box moves this fa
|
||||||
TEAR_AWAY_COUNT = 2; // multiply by TEAR_AWAY_CHECK_TIME to know how long the item must be away
|
TEAR_AWAY_COUNT = 2; // multiply by TEAR_AWAY_CHECK_TIME to know how long the item must be away
|
||||||
TEAR_AWAY_CHECK_TIME = 0.15; // seconds, duration between checks
|
TEAR_AWAY_CHECK_TIME = 0.15; // seconds, duration between checks
|
||||||
|
|
||||||
|
TELEPORT_DEADZONE = 0.15;
|
||||||
|
|
||||||
NEAR_GRAB_DISTANCE = 0.14; // Grab an entity if its bounding box is within this distance.
|
NEAR_GRAB_DISTANCE = 0.14; // Grab an entity if its bounding box is within this distance.
|
||||||
// Smaller than TEAR_AWAY_DISTANCE for hysteresis.
|
// Smaller than TEAR_AWAY_DISTANCE for hysteresis.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue