Load fbx file with textures (including images)

It’s in the browser console log whenever you load an FBX file, as in your screenshot above: FBX binary version 7100

If you want to see the FBX SDK version, uncomment this line in FBXLoader.js:

console.log( FBXTree )

Then find the Creator section in the FBXTree that gets logged to the console.