I read the forums on this and I honestly did ot understand. Guess I am still a beginner after a few months.
I have two bitmaps to a 3ds file. The code I use loads the model fine, but only seems to work with one texture and I have 2 of them. So far, cannot figure out how.
No, don't give too much on these tipps. For two textures you should have two materials in the mesh (or more). You have to get the materials and set the first texture of each to the proper textures. If your model does not have these textures, though, you might find only one meshbuffer. In that case you could use the second approach from Iyad. But since you'd have to rework your model anyway, it would be much better to assign two different materials in the mesh editor, and then use my first approach.