How to retrieve texture's file name from a FBX file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an graphics engine capable of rendering 3D graphics, until a while ago I was using Blender to build some 3D models and testing some textures, and them exporting them as an OBJ file. I would get two files: the first one was a OBJ file with all the meshes data I would need, and the second one was a MTL file with some additional data which I found very useful, it would handle me the texture's file name that the current model I'm looking at uses, and even multiple texture's file names when I had a OBJ with multiple meshes. But now I've moved on to FBX files because of animations, and I don't know how to retrieve the texture name as I did in OBJ files because Blender only exports one file... If someone can help me find out how can I get the texture name from the FBX file that it's mesh uses it would be very helpful.