# HeightMap System

Heightmap volumes, These are very useful for making specific areas look the way you want and works both with flatworld and planets.WorldScape Plugin already has some premade Heightmap Volumes which is shown below **“Worldscape Content \ Blueprints"**. Now if you want to create your own Blueprint you can do like you did with the Noise volume but instead type “HeightMapVolume”

![](/files/HeJ3d4lnyhANQOk8sW4b)

#### Creating a HeighMapVolumeData

Now whichever method you did you can Drag the the HeightMapVolumBp into the level and when you click your going to be treated with some new things.

![](/files/ReUh1PZGWcXvY2WMthVI)

<figure><img src="/files/SZndnfNwAKhqKfKll0Ek" alt=""><figcaption></figcaption></figure>

As you see there are some settings and like before go off by their names. But we now have the “HeightMapData”. This allows you to choose what kind of heightmap you want to use.

&#x20;WorldScape Plugin comes with one premade HeightMapData but we are going to make our own. so Right click in the content browser and in the WorldScape tab click the HeightMap Volume Data and name it what you like but in my case i'm gonna name it “Crater”.

Now right click in an empty area of your content browser and click on the WorldScape panel, click on HeighMapVolumeData.

<figure><img src="/files/TNoPI4E6sFbZnMGrGiGk" alt=""><figcaption></figcaption></figure>

![Side note: when you double click it it may not show the setting immediately and if it doesn't then go to the window tab and click on details and it will show the settings.](/files/osSrABzNKU16Eh5cbuXA)

Open it, and here is what you have↑

You can add a texture heightMap. If your texture is in 16bits check the hightResolution parameter. You can export your heightmap from a landscape and convert it to 16bits. Import the texture and add it directly in heightmap texture.

Click to GENERATE\
\
&#x20;

![](/files/Ix61MJ7vtt6Nz3k0wxL6)

![Drag and Drop this in same level to your WorldScape terrain](/files/VNgH94e3waB7NyQL6pWW)

![Add your Heightmap Data to your WorldScape Manager BP](/files/ccECVK714NPiIJfmL8j4)

Look this video : <https://youtu.be/_Z3frULvurU>

![Crater with worldmachine texture](/files/-MhLAJondno6biQpwIOh)


---

# Agent Instructions: 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:

```
GET https://iolacorp-1.gitbook.io/worldscape-plugin/getting-started/heightmap-influencer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
