Skip to content

Commit 7e1839c

Browse files
author
minggo
committed
Merge pull request #13 from minggo/v3
add fbx-conv
2 parents 1d9cefa + 4a7e750 commit 7e1839c

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

fbx-conv/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
fbxconverter version 0.2
2+
3+
Convert .fbx to .c3t used by cocos2d-x. Thanks to libgdx fbx-conv. We use their code and do some change.
4+
5+
It is the first version and has many bugs for sure. Feel free to contact us. Source code is here,
6+
https://github.com/Trace0429/fbx-conv
7+
8+
USAGE:
9+
10+
Command line
11+
MAC:
12+
cd -a|-b|t [path of fbx-conv]
13+
./fbx-conv FBXFile
14+
15+
Windows:
16+
cd [path of fbx-conv]
17+
fbx-conv -a|-b|t FBXFile
18+
19+
-a export both c3t and c3b
20+
-b export c3b
21+
-t export c3t
22+
23+
24+
Note: the bones in the FBX file should not be more than 60.

fbx-conv/mac/fbx-conv

845 KB
Binary file not shown.

fbx-conv/mac/libfbxsdk.dylib

17.8 MB
Binary file not shown.

fbx-conv/win/fbx-conv.exe

5.35 MB
Binary file not shown.

0 commit comments

Comments
 (0)