public ManipPartTransform() {
   super();
   offsetTransform = new Mat4f();
   offsetTransform.makeIdent();
 }