If i use Obj.load to load an obj-file, which includes 1 model, i can set the material via
mesh.children[i].faces[j].material
But when the obj-file includes more than 1 model this doesnt work anymore. The models will be displayed but without the material.