lucio piccoli - 2016-09-13

hi guys

i am getting an "Failure of loading texture" when opening 2 or more .obj files that contain textures.

this is my simple project file with 2 .obj files.

<MeshGroup>
  <MLMesh label="Tile_+001_+002_+001.obj" filename="Production_2/Data/Tile_+001_+002_+001/Tile_+001_+002_+001.obj">
   <MLMatrix44>
1 0 0 0 
0 1 0 0 
0 0 1 0 
0 0 0 1 
</MLMatrix44>
  </MLMesh>
  <MLMesh label="Tile_+001_+003_+001.obj" filename="Production_2/Data/Tile_+001_+003_+001/Tile_+001_+003_+001.obj">
   <MLMatrix44>
1 0 0 0 
0 1 0 0 
0 0 1 0 
0 0 0 1 
</MLMatrix44>
  </MLMesh>

when i open each .obj individually the texture are displayed. I assume the .mtl and the jpg are all there an valid.

Q. Why cant the textures be displyed whn opening multiple .obj?

any help appreciated.

-lp