A wrapper library of FBX SDK to help reading fbx file.
Test on win 10 with VS2019 and FBX SDK version 2020.2.1.
- download fbx sdk from official site: https://www.autodesk.com/developer-network/platform-technologies/fbx-sdk-2020-2-1
- install fbx sdk.
- copy all files from
<sdk_install_path>/include
to./fbxsdk
. - copy static library files (*-mt.lib and libfbxsdk.lib) from
<sdk_install_path>/lib/vs2019/x64
to./lib
. - run cmake:
cmake . -B build
- open
build/fbx_sdk_wrapper.sln
and build project in VS.
FBX SDK: https://damassets.autodesk.net/content/dam/autodesk/www/adn/fbx/2020-0/About_FBX_SDK_2020.0.pdf