> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/ko/reference/terrain/biome/filters/design/curve.md).

# 곡선

## **개요**

커브 필터는 스플라인 기반 커브를 사용하여 지형 고도를 정밀하게 사용자화할 수 있게 합니다. 이 필터는 지형 높이를 커브에 매핑하여 세부 조정을 가능하게 합니다.

## **매개변수**

<table><thead><tr><th width="179.699951171875">속성</th><th>설명</th></tr></thead><tbody><tr><td><strong>곡선</strong></td><td>지형에 적용할 커브를 만드세요. 새 제어점을 추가하려면 LMB를 2번 클릭하고, 제어점을 삭제하려면 해당 점에서 RMB를 누르세요.</td></tr><tr><td><strong>소스 범위</strong></td><td>지형에서 가져올 최소 및 최대 높이 값을 설정합니다. 최소 값은 그래프의 0 지점에 해당하고, 최대 값은 그래프의 1 지점에 해당합니다.<br>일반적으로 지형의 최소 및 최대 값(왼쪽 높이 미터 아래에 표시됨)이 소스 범위 내에 들어오도록 설정하는 것이 좋습니다.</td></tr><tr><td><strong>대상 범위</strong></td><td>그래프의 0 및 1 지점의 출력 높이를 설정합니다.</td></tr></tbody></table>

## **결과**

<div><figure><img src="/files/4647121e3c4dafa96ce2f83e2501449a03bbccc9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7fae1f5492eebbab0c48ec199f21f5b31f457883" alt=""><figcaption></figcaption></figure></div>


---

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