new Vector3f());
// Convert from world to parent coordinates.
Node viewNode = ((View2DEntity)view.getParent()).getNode();
Vector3f curWorld = dragStartWorld.add(dragVectorWorld, new Vector3f());
Vector3f curLocal = viewNode.worldToLocal(curWorld, new Vector3f());
dragVectorLocal = curLocal.subtract(dragStartLocal);
//System.err.println("dragVectorLocal = " + dragVectorLocal);
App2D.invokeLater(new Runnable() {
public void run () {