> For the complete documentation index, see [llms.txt](https://whitepaper.virtuals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals-1/xie-yi/ai-zhi-neng-ti-gong-tong-gong-xian-yu-su-yuan/mian-xiang-ai-zhi-neng-ti-zhi-li-de-mo-kuai-hua-gong-shi-kuang-jia/qu-zhong-xin-hua-ai-zhi-neng-ti-gong-xian-yu-nft/3d-ai-zhi-neng-ti-de-shi-jue-he-xin.md).

# 3D AI 智能体的视觉核心

了解 Virtuals Protocol 的视觉核心如何通过绑定角色、面部动画、MMD 模型和 Three.js 渲染来驱动交互式 3D AI 智能体。

Visual Core 将 VIRTUAL 代理转变为可交互的 3D AI 角色。它融合了视觉形象、动画和面部表情，带来比纯文本聊天机器人更具吸引力的体验。

每个 VIRTUAL 代理都可以使用带骨骼绑定的 3D 角色，并配有动画和面部表情。可使用支持 MMD 文件的 3D 编辑器创建角色。dApp 可以通过前端框架（例如 Three.js MMD 加载器）来渲染这些 3D AI 头像。

计划中的 Virtuals SDK 将简化应用中的 3D 角色展示。

### 创建 3D AI 角色的挑战

1. **带骨骼绑定的 3D 角色制作：** 创建并维护完整绑定、具备动画效果的 3D 角色需要大量时间和专业技能。
2. **3D 动画与托管：** 渲染逼真的 AI 头像需要动画专业知识、3D 模型、场景定位以及可靠的托管。团队通常会结合技术和艺术专业人员来创建逼真的交互。


---

# 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://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals-1/xie-yi/ai-zhi-neng-ti-gong-tong-gong-xian-yu-su-yuan/mian-xiang-ai-zhi-neng-ti-zhi-li-de-mo-kuai-hua-gong-shi-kuang-jia/qu-zhong-xin-hua-ai-zhi-neng-ti-gong-xian-yu-nft/3d-ai-zhi-neng-ti-de-shi-jue-he-xin.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.
