Only one texture imported in j3o

hello there ,



I have put 3 textures on a terrain i made in my terrain editor and when i try to load the scene i have only the first texture , how do you manage to load every textures ?



Thanks



[java]

public void setupScene(){

scene = (Node) assetManager.loadModel("Scenes/myscene.j3o");

rootNode.attachChild(scene);

}



[/java]

Save the alphamap, you have to select the terrain editor window (down) to see the save button.

Thanks for the answer , but i don’t find any save button

Its the main save button in the toolbar, it just lights up when you select the TerrainEditor window

i forgot to uninstall JME alpha 3 that’s , since it’s working thank you normen