Hi, I have a complex model in Wavefront format. I foundout about this example for loading OBJ files here: http://sourceforge.net/projects/objloaderforand/ (objLoader for Android) and I load the model just fine. But when the model loads, there is no texture on the model. I load the mtl file also, and it loads also fine, but I don't actually know how to apply a texture (which is 2D) over the complex 3D model loaded from Obj file? (the model is more like mountain terrain and staf).
The texture coordinates are loaded also correctly. Just don't know how to use them (there are 100s of them).
Any tip would be gladly appreciated.
Thanks in advance


