mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
make garbbing radius the same as master
This commit is contained in:
parent
310dbce65d
commit
1b288ef860
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
Script.include("/~/system/libraries/controllerDispatcherUtils.js");
|
||||
|
||||
(function() {
|
||||
var NEAR_MAX_RADIUS = 1.0;
|
||||
var NEAR_MAX_RADIUS = 0.1;
|
||||
|
||||
var TARGET_UPDATE_HZ = 60; // 50hz good enough, but we're using update
|
||||
var BASIC_TIMER_INTERVAL_MS = 1000 / TARGET_UPDATE_HZ;
|
||||
|
|
|
@ -76,7 +76,7 @@ COLORS_GRAB_SEARCHING_HALF_SQUEEZE = { red: 10, green: 10, blue: 255 };
|
|||
COLORS_GRAB_SEARCHING_FULL_SQUEEZE = { red: 250, green: 10, blue: 10 };
|
||||
COLORS_GRAB_DISTANCE_HOLD = { red: 238, green: 75, blue: 214 };
|
||||
|
||||
NEAR_GRAB_RADIUS = 0.1;
|
||||
NEAR_GRAB_RADIUS = 1.0;
|
||||
|
||||
DISPATCHER_PROPERTIES = [
|
||||
"position",
|
||||
|
|
Loading…
Reference in a new issue