Junction of Heightmaps

For a game with many heightmaps, I have to create all

heightmaps in a single Java class or for each heightmap is a java.class

file?



:slight_smile:

If you use TerrainGrid, it is just the one class. Check out TerrainGridTest for an example.

Ok ^^

I Go to check this example…



tanks