diff --git a/docs/README.md b/docs/README.md index 6b20404f4..c8e26ea3a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,4 @@ # Documents -TBD +[Terrain](Terrain.md) + diff --git a/docs/Terrain.md b/docs/Terrain.md index d2b48e46b..fcca86e37 100644 --- a/docs/Terrain.md +++ b/docs/Terrain.md @@ -16,8 +16,24 @@ If you select it with left click then you can see the terrain in the on the edit ## Load heightmap -TBD +You can generate heightmap after selected the terrain. +You see the settings on the ``Height map`` tab on ``Gen`` tab. +Here you can select the height map image. + +![](images/generate_heightmap.png) + +If you select a heightmap and click to the ``Load heightmap`` button than it will modify the selected terrain. + +![](images/generated_heightmap.png) ## Generate Perlin noise -TBD +You can generate Perlin noise after selected the terrain. +You see the settings on the ``Perlin noise`` tab on ``Gen`` tab. +Here you can set the ``Seed``, ``Min height`` and ``Max height``. + +![](images/generate_perlin_noise.png) + +If you set these values and click to the ``Generate Perlin noise`` button than it will modify the selected terrain. + +![](images/generated_perlin_noise.png) diff --git a/docs/images/generate_heightmap.png b/docs/images/generate_heightmap.png new file mode 100644 index 000000000..6b33be0f3 Binary files /dev/null and b/docs/images/generate_heightmap.png differ diff --git a/docs/images/generate_perlin_noise.png b/docs/images/generate_perlin_noise.png new file mode 100644 index 000000000..762e5a70f Binary files /dev/null and b/docs/images/generate_perlin_noise.png differ diff --git a/docs/images/generated_heightmap.png b/docs/images/generated_heightmap.png new file mode 100644 index 000000000..363b48078 Binary files /dev/null and b/docs/images/generated_heightmap.png differ diff --git a/docs/images/generated_perlin_noise.png b/docs/images/generated_perlin_noise.png new file mode 100644 index 000000000..137c68561 Binary files /dev/null and b/docs/images/generated_perlin_noise.png differ