mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
tweak
This commit is contained in:
parent
8fbf081223
commit
5a968e3c96
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ var PICK_MAX_DISTANCE = 500; // max length of pick-ray
|
|||
|
||||
var NEAR_GRABBING_ACTION_TIMEFRAME = 0.05; // how quickly objects move to their new position
|
||||
var NEAR_GRABBING_VELOCITY_SMOOTH_RATIO = 1.0; // adjust time-averaging of held object's velocity. 1.0 to disable.
|
||||
var NEAR_PICK_MAX_DISTANCE = 0.1; // max length of pick-ray for close grabbing to be selected
|
||||
var NEAR_PICK_MAX_DISTANCE = 0.2; // max length of pick-ray for close grabbing to be selected
|
||||
var RELEASE_VELOCITY_MULTIPLIER = 1.5; // affects throwing things
|
||||
var PICK_BACKOFF_DISTANCE = 0.2; // helps when hand is intersecting the grabble object
|
||||
var PICK_BACKOFF_DISTANCE = 0.1; // helps when hand is intersecting the grabble object
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue