如何导出FBX three.js格式文件 [英] How to export FBX three.js format file

查看:903
本文介绍了如何导出FBX three.js格式文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何导出FBX three.js格式文件?

How to export FBX three.js format file?

我在Internet上找到了有关如何将FBX文件转换为three.js的参考,但是找不到JSON three.js文件如何转换为FBX文件的信息?

I found references on the internet showing how an FBX file is converted to three.js, but I can't find how a JSON three.js file is converted to FBX files?

推荐答案

目前,还没有来自three.js json场景格式的.FBX文件格式的导出器.您可以导出到stl或 obj .要查看出口商的一些示例,请查看dev分支中的示例.您可以在其中找到用于导出程序的文件夹: https://github. com/mrdoob/three.js/tree/dev/examples/js/exporters

At the moment, there are no exporters for the .FBX file format from a three.js json scene format. You can export to stl or obj. To see some examples of exporters, take a look at the examples in the dev branch. There you can find a folder for exporters: https://github.com/mrdoob/three.js/tree/dev/examples/js/exporters

目前,有一个请求请求添加 FBX加载,但没有导出.

At the moment, there is a pull request to add FBX loading, but no exporting.

为完成此操作,还有更多链接:

For completion, a few more links:

  • FBX SDK Python -可能是如果您想了解fbx的python绑定可能有什么帮助,会很有帮助

  • FBX SDK Python - Might be helpful in case you want to learn about what is possible with the python bindings for fbx

Three.js转换器-讨论将Python转换工具转换为Three.js格式.可能可以对该工具进行反向工程,以将Three.js转换为FBX.

Three.js Converters - Discusses a python conversion tool to the Three.js format. Might be able to reverse engineer this tool to convert Three.js to FBX.

这篇关于如何导出FBX three.js格式文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆