try {
// trows an Exception if lod is not supported
modelGeom.setLodLevel(0);
LodControl control = new LodControl();
modelGeom.addControl(control);
} catch (Exception e) {}
assetLogger.modelFinished();
camNode.detachAllChildren();
camNode.attachChild(model);