GenMeshHeightmap function

MeshD GenMeshHeightmap(
  1. ImageD heightmap,
  2. Vector3D size
)

Implementation

MeshD GenMeshHeightmap(
  ImageD heightmap,
  Vector3D size,
) => _module.GenMeshHeightmap(heightmap, size);