diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index c452519522..e7d1b5f84b 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -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); diff --git a/examples/lights/lightLoader.js b/examples/light_modifier/lightLoader.js similarity index 100% rename from examples/lights/lightLoader.js rename to examples/light_modifier/lightLoader.js diff --git a/examples/lights/lightModifier.js b/examples/light_modifier/lightModifier.js similarity index 100% rename from examples/lights/lightModifier.js rename to examples/light_modifier/lightModifier.js diff --git a/examples/lights/lightModifierTestScene.js b/examples/light_modifier/lightModifierTestScene.js similarity index 100% rename from examples/lights/lightModifierTestScene.js rename to examples/light_modifier/lightModifierTestScene.js diff --git a/examples/lights/slider.js b/examples/light_modifier/slider.js similarity index 100% rename from examples/lights/slider.js rename to examples/light_modifier/slider.js