> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/web-plugins/glb-fbx-animations-for-convai.md).

# 适用于 Convai 的 GLB/FBX 动画

### Mixamo

Mixamo 是一个免费的在线服务，提供大量可用于各种 3D 项目的角色动画库。Mixamo 仅接受 .fbx 文件格式上传动画。如果你有一个 .glb 格式的角色，则需要先将其转换为 .fbx，然后再上传到 Mixamo。

#### GLB

1. 打开 Blender 并导航到 `文件 > 导入 > GlTF 2.0（.glb/.gltf）`.
2. 找到并选择你要转换的 .glb 文件，然后点击 `导入 GlTF 2.0`.
3. 一旦 .glb 文件导入完成，导航到 `文件 > 导出 > FBX（.fbx）`.

<div><figure><img src="/files/b6b688d48f24d3111bffde29a7e5f9b746c3de4b" alt=""><figcaption><p>导入的 GLB 角色</p></figcaption></figure> <figure><img src="/files/44df978971ffe62606392d90800bb9426a695dd1" alt=""><figcaption><p>导出为 FBX</p></figcaption></figure></div>

{% hint style="info" %}
任何与该角色兼容的动画都可以。它应为 glb 或 fbx 格式。
{% endhint %}


---

# 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:

```
GET https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/web-plugins/glb-fbx-animations-for-convai.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.
