(Texture) Load .mtl from .obj into .jme

Hi there,



first, I

easy…See the code bellow:



TextureState ts = display.getRenderer().createTextureState();

        ts.setTexture(

        TextureManager.loadTexture(

            "c:/projeto/personagens/lyan/obj/roupa.jpg",

            Texture.MM_LINEAR,

            Texture.FM_LINEAR));

        morph.setRenderState(ts);