Exemplo n.º 1
0
 public void ExportTile(TilePath tile, string name)
 {
     heightmapGS  = tile.LoadHeightGS();
     heightmapRGB = tile.LoadHeightRGB();
     texture      = tile.LoadTexture();
     ExportTile(heightmapGS, heightmapRGB, texture, name);
 }