Hello everyone
I have a obj+mtl file exported from 3DSMax .There is color and picture in the model . When the model loaded , the color can be seen on the SceneViewer,but the picture can’t .what should I do .
http://i.imgur.com/IBrLH.jpg
THE MTL:
http://i.imgur.com/hBoac.jpg
I have converted the .obj to .j3o.
the method i load the model:
ceShiModel= (Spatial) assetManager.loadModel(“Sounds/yagao.j3o”);
rootNode.attachChild(ceShiModel);
create a j3m material and assign it to the respective geometry. There’s a tutorial on wiki about creating j3m materials.
Make sure all textures are in the same folder as the model
ceShiModel= (Spatial) assetManager.loadModel(“Sounds/yagao.j3o”);
rootNode.attachChild(ceShiModel);
with the code i can load the model with color,but can’t the picture.Could someone help me!
I am sorry but if you do not understand the answers we can not help you.