hi all
i have just read in Loader javadoc http://www.jpct.net/doc/com/threed/jpct/Loader.html#loadMD2(java.lang.String,%20float) (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
MD2 uses only one texture, which is why this question doesn't apply for loading MD2.
Thanks for your quick reply.