> 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/fa-xing-shuo-ming/2026.x-ban-ben/world-creator-2026.4.md).

# World Creator 2026.4

<figure><img src="/files/0e51795aabcc3b7d3d636b7470a13ead5c3a31a4" alt=""><figcaption></figcaption></figure>

### 新功能与改进

* **贴花支持：** 已全面支持贴花。
* **表达式解析：** 已在数值文本框中启用数学表达式解析。
* **对象阴影设置：** 为对象引入了新的可配置阴影设置。
* **地形法线混合：** 添加了法线混合，以改善对象到地形的过渡。
* **优化：** 在形状设计模式中禁用了自动材质重新计算，以提升性能。
* **VRAM 缩放：** 将最大对象数量与可用的 GPU VRAM 关联起来。

### 错误修复

* **导入：** 修复了导入时 Raw 和 R16 格式被隐藏的问题。
* **界面对齐：** 修正了指南针在用户界面中的居中位置。
* **数据同步：** 修复了以下文件中缺失的 BaseShape 颜色和自发光开关： `sync.xml` 文件。
* **模型逻辑：** 解决了与空模型对象相关的问题。
* **渲染：** 修复了与高度混合一起使用时随机分布失效的问题。
* **稳定性：** 解决了若干崩溃问题。


---

# 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/fa-xing-shuo-ming/2026.x-ban-ben/world-creator-2026.4.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.
