# 渲染设置

## 概览

这些设置可控制土壤和地板的渲染设置与地形参数。

## 参数

### 路径追踪

<table><thead><tr><th width="219.9000244140625">属性</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><tr><td><strong>每帧像素数</strong></td><td>每帧每像素采样的次数。</td></tr><tr><td><strong>启用去噪器</strong></td><td>为渲染启用去噪器。</td></tr><tr><td><strong>去噪器质量</strong></td><td><br>允许你在以下选项之间切换 <strong>快速</strong>, <strong>平衡</strong> 和 <strong>高</strong> 模式。</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>

### 截图

<table><thead><tr><th width="219.9000244140625">属性</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><tr><td><strong>HDR 导出</strong></td><td>切换 </td></tr></tbody></table>

### 地形

<table><thead><tr><th width="219.9000244140625">属性</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><tr><td><strong>地面平面颜色</strong></td><td>地面平面的颜色。 </td></tr><tr><td><strong>Mip 偏差</strong></td><td>控制地面平面的 Mip 级别。</td></tr><tr><td><strong>高度混合平滑度</strong></td><td>位移高度混合的全局平滑度。</td></tr><tr><td><strong>启用位移</strong></td><td>为地形材质启用位移。</td></tr></tbody></table>


---

# 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/zh/can-kao/xuan-ran-she-zhi.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.
