wmv-combine-anim

Status
Not open for further replies.
wmv-combine-anim
Combine FBX files exported form WOW Model Viewer 0.8.5 containing one animation each into a single FBX file containing all animations.

From the description, it said the after you have done your animation and model in the WOW Model Viewer, you will need this program to export all of the animations of the model into one FBX file instead of separate one.

FbxScene* CreateSceneFromFile(const char* fileName, FbxManager* fbxManager);

From the code, this method used to read filename and using the FBXManager to perform the animations reading and export it. This is what I understand from the codings. So meaning I think there is an executable files for this program to run and you will need to specify the filename of the WOW Model Viewer and pass the value into this program to export all the animations.

Hope it helps. *Correct me if im wrong.
 
Status
Not open for further replies.
Back
Top