Texture and MD2

Started by alakat, June 09, 2008, 09:54:07 PM

Previous topic - Next topic

alakat


hi all
i have just read in Loader javadoc http://www.jpct.net/doc/com/threed/jpct/Loader.html#loadMD2(java.lang.String,%20float) that if i load an md2 file, and in this model  two (or more) mesh with textures have been created, these textures are not loaded. is that true?

If it is true, when i load an md2 file using loadMD2 method i supposedly get one only Object3D (not an array like in the rest of loadXXX methods) how could i set different textures to each mesh?

Thanks very much


EgonOlsen

MD2 uses only one texture, which is why this question doesn't apply for loading MD2.

alakat

Thanks for your quick reply.