Node n = res.getGeometry().getParent();
String na = n.getName();
log.fine("picked " + na + " id:"+ id);
Vector3f loc = n.getLocalTranslation();
sin.getClientFacade().sendAction(id, loc.x, loc.y, loc.z, false, true);
results.clear();
return;
} else {//FIXME click on anything, check nav, then send request
// this is the one
Vector3f location = res.getContactPoint();
if(location != null){