importer.setTextureLocator(new SimpleResourceLocator(ResourceLocatorTool.getClassPathResource(
SimpleObjExample.class, "OBJ/")));
} catch (final URISyntaxException ex) {
ex.printStackTrace();
}
final ObjGeometryStore storage = importer.load("OBJ/tree1.obj");
//attachChild(storage.getScenegraph());
final BlendState blendState = new BlendState();
blendState.setBlendEnabled(true);