GenMeshHeightmap function

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

Implementation

MeshC GenMeshHeightmap(ImageC heightmap, Vector3C size) => _module.GenMeshHeightmap(heightmap, size);