> 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/distributions/terrain/rocky.md).

# 岩石

## 概述

Rocky 分布基于地形的陡峭程度创建类似噪声的选择。它主要用于与梯度材质配合以为岩石表面添加更多细节。

## 参数

<table><thead><tr><th width="199.7999267578125">属性</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></tbody></table>

## 结果

<figure><img src="/files/1ec1e13aff424f002c9e8ab9dea43068ba79578c" alt=""><figcaption></figcaption></figure>


---

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