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);
…...3D Product Family LuoHui March 17...I read the FBX file and generated my own file. var scenes = new...