Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to export FBX three.js format file

Tags:

json

three.js

fbx

How to export FBX three.js format file?

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?

like image 700
jing.ya Avatar asked Nov 26 '25 22:11

jing.ya


1 Answers

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

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

Edit: For completion, a few more links:

  • FBX SDK Python - Might be helpful in case you want to learn about what is possible with the python bindings for 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.

like image 80
Luis E. Fraguada Avatar answered Nov 30 '25 12:11

Luis E. Fraguada



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!