I'm trying to learn what is within an FBX file (all of the content), but I can't see all of them in program like Blender or Maya because my knowledge about FBX is not enough, I can't tell if there is some hidden settings in the FBX files.
Actually, I'm doing this because:
I'm curious by nature and want to see what inside.
I'm having problem importing FBX into a game engine so that I want to compare the good FBX vs bad FBX so I can figure out the culprit.
I want to convert these FBX files to text so that I can read them with human eyes. I've checked the FBX SDK samples but I still can't find my answer. But I guess this thing has been done in some programs (for example- Blender, when Blender tries to read an FBX file, it has to read all the content of FBX files to work with it, but I'm lost in the source code of Blender for now).