> For the complete documentation index, see [llms.txt](https://help.depence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.depence.com/depence-construction/depence-terrain/depence-terrain-sculpting-tool.md).

# Terrain Sculpting Tool

<div align="left"><img src="/files/-MhI_kZZoq3Pm_gYD5q-" alt=""></div>

The Terrain Sculpting Tool allows you to manipulate the terrain surface with your mouse by simply drawing on it. Activate the Tool on the left toolbar.

The Tool offers 5 different modes:

![](/files/-MhI_kZX7a4cakrnWlMR)

## **Lowering Tool:**

**T**his tool will pull down the terrain depending on the options and limits.

## **Rising Tool:**

This tool will rise the terrain depending on the options and limits.

## **Uneven Tool:**

This tool will randomly uneven the terrain depending on the options and limits.

## **Smooth Tool:**

This tool will smooth all uneven ground in a given radius depending on the options and limits.

## **Flatten Tool:**

This tool will pick the height of the position you click and create a flat area on this height.

![Simply draw on the terrain using the left mouse button.](/files/-MhI_kZYzyeei3pwMD2n)

## **Tool Settings**

| Tool Radius   | Changes the radius of the tool itself.                                                 |
| ------------- | -------------------------------------------------------------------------------------- |
| Strength      | Defines the intensity and power of each draw cycle.                                    |
| Hardness      | Defines the hardness/softness edges of the brush.                                      |
| Height Limits | These limits can be used to make sure not to operate below or above a specific height. |

## **Loading a Heightmap**

![](/files/-MhI_kZ_YS5xGQKMz1iL)

Heightmaps are grayscale images defining a terrain structure by its white value where black is the lowest and white the highest point on the map. Various heightmaps are available on the web and can also be exported from programs like Google Earth. It is recommended to use power of two images sized like (1024x1024, 2048x2048..).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.depence.com/depence-construction/depence-terrain/depence-terrain-sculpting-tool.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
