Multiple textures on a trimesh

Is there any way of using multiple diffrent textures next to eachother on a trimesh.



The current situation is that I have a landscape which is a trimesh, but for now it just reapeats the same texture a few times on each tile (32 x 32 tiles each trimesh in this case). I whould like to have more than green grass, which means other textures.



Is there any option in jme to do this. Or will I have to generate some textures.



Look at TestMultiTexture. That particular test does blending of two textures, but there's many other ways to combine textures too (eg based on transparancy of the image).