First, I read the FBX file and generated my own file.
var scenes = new Scene();
var opt = new FbxLoadOptions() { KeepBuiltinGlobalSettings = true };
scenes.Open(fbxPath, opt);
…... I read the FBX file and generated my own file. var scenes =...to obtain the bindpose to generate a custom format file. How...