mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 05:26:54 +02:00
enable head-moving of distance grabbing
This commit is contained in:
parent
17b5ade9c0
commit
4246672813
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ var BUMPER_ON_VALUE = 0.5;
|
|||
var DISTANCE_HOLDING_RADIUS_FACTOR = 3.5; // multiplied by distance between hand and object
|
||||
var DISTANCE_HOLDING_ACTION_TIMEFRAME = 0.1; // how quickly objects move to their new position
|
||||
var DISTANCE_HOLDING_ROTATION_EXAGGERATION_FACTOR = 2.0; // object rotates this much more than hand did
|
||||
var MOVE_WITH_HEAD = false; // experimental head-controll of distantly held objects
|
||||
var MOVE_WITH_HEAD = true; // experimental head-controll of distantly held objects
|
||||
|
||||
var NO_INTERSECT_COLOR = {
|
||||
red: 10,
|
||||
|
|
Loading…
Reference in a new issue