rename folder

This commit is contained in:
James B. Pollack 2015-12-16 13:57:40 -08:00
parent 6cd86e8a6b
commit e37d68449b
5 changed files with 2 additions and 2 deletions

View file

@ -944,7 +944,7 @@ function MyController(hand) {
relativeRotation: this.offsetRotation,
ttl: ACTION_TTL,
kinematic: NEAR_GRABBING_KINEMATIC,
kinematicSetVelocity: true,
kinematicSetVelocity: false,
ignoreIK: this.ignoreIK
});
if (this.actionID === NULL_ACTION_ID) {
@ -1029,7 +1029,7 @@ function MyController(hand) {
relativeRotation: this.offsetRotation,
ttl: ACTION_TTL,
kinematic: NEAR_GRABBING_KINEMATIC,
kinematicSetVelocity: true,
kinematicSetVelocity: false,
ignoreIK: this.ignoreIK
});
this.actionTimeout = now + (ACTION_TTL * MSEC_PER_SEC);