8e5d622db7
Move the core function code to a dedicate folder under namespace dust3d. Leave the application and UI code to application folder. Remove CGAL, use our own mesh boolean algorithm and triangulating code, should have less chance to crash on bad meshes. The overall performance of mesh combining is improved since some mesh validating code for CGAL is removed. |
||
---|---|---|
.. | ||
src | ||
LICENSE | ||
README.md |
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.