# Terrain Material

*Caution : The materials inside the project are placeholder, new material, better suited for WorldScape will be made and provided in the future.* \
*This articles will explain the role of each parameters without going too far into details.*\
*Fell free to use the current materials as example and create new one or modify them to suit your needs.*

### Material Overview

The material for WorldScape 5.0 and above, functions differently than the legacy to allow for more customization to your landscape allowing for both flexibility and realism. most of the controls for the material are controlled in the blueprint actor of "BP\_WorldScapeManager".&#x20;

Is you are using the unreal engine 4.26 - 4.27, refer to [Terrain Material Legacy](https://app.gitbook.com/s/-Mfo4Lr0jJ_GjLKGCOfM/~/changes/184/getting-started/terrain-material/terrain-material).&#x20;

### World Materia Settings

When using WorldScape you may notice these options shown below&#x20;

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

These new settings is what controls the appearance of the landscape.  and most of the values are strait forward. it should be noted that the bottom layer controls the coastline aspects of the landscape, the mid color layer 1 controls the humid area's, the color layer 2 controls the dry and dry area, the top layer controls the snow caps and overall snow color. and the surface noise controls texture details seen from space.&#x20;

<details>

<summary>Mid layer color information</summary>

The mid colors layers have association to what the affect.&#x20;

Mid color layer 1: color 1-3 control the temperate grass color. for Color 4 controls the cold tundra colors closer around the colder parts near the edge of snow. Color 5 controls the savanna colors around the landscape and more noticeable to the transition of dessert&#x20;

Mid Color layer 2: Color 1-2 controls the sand color around the landscape. Color 3 controls the top rock colors seen on mountains or dry cold areas.  color 4 controls the tint of the sand. Color 5 has no affect on anything

</details>

and as for the layer tab. that controls the height and sharpness transition of each of the primary layers. for bottom, mid, and top.&#x20;

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

### Video example

{% embed url="<https://cdn.discordapp.com/attachments/1036061916541497417/1088558809481490542/MaterialExample.mp4>" %}
Keep note that the foliage does not respond to the material. But given some work into it, you can make your own system or modify that foliage material to correspond to the colors associated&#x20;
{% endembed %}


---

# 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/terrain-material.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.
