Export Holesmap Texture
Exports holesmap texture from TerrainData object.
If resolution property is set to 0, then exported texture size is read from the TerrainData.
Splits terrain into 2D grid by splitCountHorizontal and splitCountVertical amount and for each chunk calculates Holesmap texture.
Splits terrain into 2D grid by splitCountHorizontal and splitCountVertical amount and calculates Holesmap texture for chunk with index splitColumnIndex and splitRowIndex.
Last updated