@Override
public TextureConfiguration getConfiguration() throws Exception {
final Map<Integer, TextureStoreFormat> textureStoreFormat = Maps.newHashMap();
textureStoreFormat.put(0, TextureStoreFormat.Luminance8);
return new TextureConfiguration(heightMaps.size(), textureStoreFormat, tileSize, 1f, true, false);
}