mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:13:09 +02:00
rename folder
This commit is contained in:
parent
6cd86e8a6b
commit
e37d68449b
5 changed files with 2 additions and 2 deletions
|
@ -944,7 +944,7 @@ function MyController(hand) {
|
||||||
relativeRotation: this.offsetRotation,
|
relativeRotation: this.offsetRotation,
|
||||||
ttl: ACTION_TTL,
|
ttl: ACTION_TTL,
|
||||||
kinematic: NEAR_GRABBING_KINEMATIC,
|
kinematic: NEAR_GRABBING_KINEMATIC,
|
||||||
kinematicSetVelocity: true,
|
kinematicSetVelocity: false,
|
||||||
ignoreIK: this.ignoreIK
|
ignoreIK: this.ignoreIK
|
||||||
});
|
});
|
||||||
if (this.actionID === NULL_ACTION_ID) {
|
if (this.actionID === NULL_ACTION_ID) {
|
||||||
|
@ -1029,7 +1029,7 @@ function MyController(hand) {
|
||||||
relativeRotation: this.offsetRotation,
|
relativeRotation: this.offsetRotation,
|
||||||
ttl: ACTION_TTL,
|
ttl: ACTION_TTL,
|
||||||
kinematic: NEAR_GRABBING_KINEMATIC,
|
kinematic: NEAR_GRABBING_KINEMATIC,
|
||||||
kinematicSetVelocity: true,
|
kinematicSetVelocity: false,
|
||||||
ignoreIK: this.ignoreIK
|
ignoreIK: this.ignoreIK
|
||||||
});
|
});
|
||||||
this.actionTimeout = now + (ACTION_TTL * MSEC_PER_SEC);
|
this.actionTimeout = now + (ACTION_TTL * MSEC_PER_SEC);
|
||||||
|
|
Loading…
Reference in a new issue