Skip to content

aerror2/FbxsdkJNI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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:

  1. 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
  2. use genfromdoc.sh which parse the doc text files, reconize the class and class member, then generate java and cpp codes.
  3. fix some doc, java or cpp error.

how to make:

cd src/jni

make && make install

scripts only works on macosx

About

fbxsdk JNI wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published