dust3d/thirdparty/fbx
Jeremy Hu 096c107775 Add fbx export support (2/3)
Currently, only mesh exported. Tested in Blender 2.79 and Unity 2017.4.1f1 Personal (64bit).
2018-10-20 13:07:11 +08:00
..
src Add fbx export support (2/3) 2018-10-20 13:07:11 +08:00
LICENSE Add fbx support (1/2) 2018-10-17 11:06:45 +08:00
README.md Add fbx support (1/2) 2018-10-17 11:06:45 +08:00

README.md

C++ Library for reading and writing FBX files

This library allows you to read and write fbx files.

It currently supports full fbx binary format. It works even with larger files.

Also includes fbxdump which allows you to inspect fbx files in json format.

References

FBX format description

FBX file structure

Javascript port

fbx.js