From f05f283b044a1f3ba1eeffc86edb86a93b2568f9 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 1 Apr 2016 16:58:17 -0700 Subject: [PATCH] disable setting of angular velocity upon release of a parenting grab --- examples/controllers/handControllerGrab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index b7493ff8aa..20e6eeb3fa 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -1943,7 +1943,7 @@ function MyController(hand) { // be fixed. Entities.editEntity(entityID, { velocity: this.currentVelocity, - angularVelocity: this.currentAngularVelocity + // angularVelocity: this.currentAngularVelocity }); }