// Create a fake entity, which will be used to calculate the model offset
// from the cell
Node cellRoot = new Node();
cellRoot.attachChild(importedModel.getModelBG());
cellRoot.updateGeometricState(0, true);
Entity entity = new Entity("Fake");
RenderComponent rc = ClientContextJME.getWorldManager().getRenderManager().createRenderComponent(cellRoot);
entity.addComponent(RenderComponent.class, rc);
importedModel.setEntity(entity);
importedModel.setDeploymentBaseURL("wlcontent://users/" + loginInfo.getUsername() + "/art/");