|
před 10 roky | |
---|---|---|
.. | ||
3rdParty | před 10 roky | |
BabylonFbxNative | před 10 roky | |
FbxExporter | před 10 roky | |
FbxRerouteSkeleton | před 10 roky | |
FbxTests | před 10 roky | |
Redist | před 10 roky | |
BabylonFBXExporter.sln | před 10 roky | |
readme.md | před 10 roky |
#FBX Exporter FBX Exporter produces a babylon scene file from an FBX asset ##Supported features
##Prerequisites To use this tool, you need to download the Visual C++ 2015 redistribuable package : http://www.microsoft.com/en-us/download/details.aspx?id=48145 ##Usage FbxExporter.exe "fbx file" "outdir" [/fps:60|30|24] [/skipemptynodes]
#FBX Reroute Skeleton This tool can be used to merge multiple FBX files together : n files with meshes associated to a common skeleton and 1 file containing an animation on this skeleton.
##Usage FbxRerouteSkeleton.exe /m:"mesh fbx file 1" [/m:"mesh fbx file 2" ...] /a:"animated skeleton fbx file" /o:"output fbx file" [/prefix:"bone name prefix in animated skeleton"]