# 왜곡

## **개요**

왜곡 필터는 지형을 왜곡할 수 있게 해줍니다. 이 필터는 각 레벨 단계마다 작동합니다.

## **매개변수**

<table><thead><tr><th width="179.699951171875">속성들</th><th>설명</th></tr></thead><tbody><tr><td><strong>시드</strong></td><td>왜곡 노이즈의 시드입니다.</td></tr><tr><td><strong>길이</strong></td><td>지형이 절대 거리로 얼마나 멀리 왜곡되는지입니다. 이는 픽셀이 더 적은 낮은 레벨에서 더 넓은 왜곡을 초래합니다. 이 현상이 발생하는 이유는 레벨-단계 시스템에 관한 글에서 설명되어 있습니다.</td></tr><tr><td><strong>스케일</strong></td><td>왜곡 노이즈의 스케일.</td></tr><tr><td><strong>옥타브</strong></td><td>노이즈에 사용되는 옥타브의 수입니다. 큰 규모의 왜곡에 추가적인 작은 규모 노이즈를 원하면 옥타브를 더 사용하세요.</td></tr></tbody></table>

## **결과**

<div><figure><img src="/files/8e34c96c810ea4c666b78a3b5c85b0cabfc1ad75" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ad95db520a4d631b903f4a8408b51255b890c5fa" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3514e1128718646d9be7638cc15a2aac32c43f9c" alt=""><figcaption></figcaption></figure></div>


---

# 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://docs.world-creator.com/ko/reference/terrain/biome/filters/effect/distortion.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.
