Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Three.js 中加载动画 .x 模型?我不知道该怎么做。另外,我尝试将.x模型转换为collada,但是我没有找到任何可以将动画.x转换为collada的免费程序。
.x 是一种 ascii 格式,因此解析/转换应该不难。
或者,您可以使用具有 .x 导入器的 Blender 2.4x,您可以导出一个 .obj,您可以将其转换为 json 或其他适合您的格式。
默认情况下,在 Blender 2.5x 中,只有一个 .x 导出器可以在首选项中激活。也许某处有进口商。