dust3d/application/third_party/fbx/README.md

18 lines
579 B
Markdown
Raw Normal View History

# 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](https://code.blender.org/2013/08/fbx-binary-file-format-specification/)
[FBX file structure](https://web.archive.org/web/20160605023014/https://wiki.blender.org/index.php/User:Mont29/Foundation/FBX_File_Structure)
# Javascript port
[fbx.js](https://github.com/jskorepa/fbx.js)