GenMeshHeightmap method

MeshC GenMeshHeightmap(
  1. ImageC heightmap,
  2. Vector3C size
)

Implementation

MeshC GenMeshHeightmap(ImageC heightmap, Vector3C size) {
  return _GenMeshHeightmap(heightmap, size);
}