HeightmapGrinder
Description
- Derived from
-
Disposable abstract
Helper class for merging IHeightmap objects.
Public / Methods
Group
Groups the heightmaps in the grinder by their internal size (see IHeightmap.Size) and merges the heightmaps in each group.
When this method returns, List will contain one merged heightmap per group, sorted in ascending order by internal size.
Sort
Sorts the heightmaps in the grinder in ascending order by their internal size (see IHeightmap.Size).
- See also