XNA: Retrieve texture file name during runtime
- by townsean
I'm trying to retrieve the names of the texture files (or their locations) on a mesh.
I realize that the texture file name information is not preserved when the model is loaded.
I've been doing tons of searching and some experimenting but I've been met with no luck. I've gathered that I need to extended the content pipeline and store the file…