*/
@Override
public void setClientState(CellClientState config) {
System.err.println("***** CONFIGURE");
super.setClientState(config);
ColladaCellClientState colladaConfig = (ColladaCellClientState) config;
this.modelURI = colladaConfig.getModelURI();
this.geometryRotation = colladaConfig.getGeometryRotation();
this.geometryTranslation = colladaConfig.getGeometryTranslation();
logger.warning("[CELL] COLLADA CELL " + this.modelURI);
}