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);
…...chou March 18, 2026, 1:13pm 2 Hi @LuoHui BindPose from FBX are...Thanks. LuoHui March 20, 2026, 2:09am 3 i will try thx u!...