> 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/zh/can-kao/terrain/sheng-wu-qun-xi/filters/effect/crater.md).

# 陨坑

## **概览**

陨石坑过滤器允许您在地形上添加单个陨石坑或多个随机陨石坑。

## **参数**

<table><thead><tr><th width="179.699951171875">属性</th><th>描述</th></tr></thead><tbody><tr><td><strong>单个陨石坑</strong></td><td>此切换允许您防止多个陨石坑的散布。启用时，将只创建一个陨石坑。</td></tr><tr><td><strong>偏移 X/Y</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><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><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/4c41aa83dd7f4b1349960448e0d1babb06c8febb" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7d89c64a38692a1f3f70cecd4710223cfc2d3611" 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/zh/can-kao/terrain/sheng-wu-qun-xi/filters/effect/crater.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.
