Calculate Exported Mesh Vertex Count

int CalculateExportedMeshVertexCount(int vertexCountHorizontal, int vertexCountVertical, int splitCountHorizontal, int splitCountVertical, bool hasEdgeFall)

Calculates how many vertices generated terrain mesh will have by using provided parameters.

Last updated