NOTE: This project is still work in progress.
vendor/fbx-sdk/npm installTODO
The fbxsdk use @executable_path as install path in MacOSX. We need to replace it with @rpath otherwise our
programme can not find the path to load the library. To do this, just run:
install_name_tool -id "@rpath/libfbxsdk.dylib" libfbxsdk.dylib
MIT © 2016 Johnny Wu