Changes between Version 4 and Version 5 of Heightmap_Library


Ignore:
Timestamp:
May 18, 2016, 11:45:37 AM (8 years ago)
Author:
FeXoR
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Heightmap_Library

    v4 v5  
    2424 * `rectangularSmoothToHeight` Pushes the center of a rectangular region towards a target height while preserving the original height and shape at the edges.
    2525
     26Further planned functions: `getTileCenteredHeightmap` e.g. to paint tiles by height, `getInclineMap` a vector map e.g. for water driven erosion, `getSlopeMap` a scalar map e.g. for painting cliffs.
     27
    2628== Erosion ==
    2729WIP. It's planned to put (more complex) erosion functionality (like water driven erosion) in a separate file.