#FbxSDK JNI wrapper
Give you the ability to read and write fbx in java.
All wrapper is auto generated by the scripts with little manual adapting.
how to works:
- use dumpdoctxtfromhtml.sh which using lynx to dump all documents from http://docs.autodesk.com/FBX/2014/ENU/FBX-SDK-Documentation/cpp_ref/hierarchy.html
- use genfromdoc.sh which parse the doc text files, reconize the class and class member, then generate java and cpp codes.
- fix some doc, java or cpp error.
how to make:
cd src/jni
make && make install
scripts only works on macosx