We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8d27e3 + 469f071 commit 30431bdCopy full SHA for 30431bd
1 file changed
fbx-conv/README.md
@@ -1,9 +1,10 @@
1
-fbxconverter version 0.2
+fbxconverter version 0.3
2
+It is for cocos2d-x after version v3.3
3
4
Convert .fbx to .c3t used by cocos2d-x. Thanks to libgdx fbx-conv. We use their code and do some change.
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
+Source code is here,
7
+https://github.com/lvlonggame/cocos2d-x-3rd-party-libs-src
8
9
USAGE:
10
@@ -21,4 +22,5 @@ fbx-conv -a|-b|t FBXFile
21
22
-t export c3t
23
24
-Note: the bones in the FBX file should not be more than 60.
25
+Note:
26
+This version of fbx-conv supports multiple meshes and multiple materials.
0 commit comments