I'm creating a game wich have some 3ds models, and to do the terrain, a TerrainBlock…
To create the TerrainBlock I used an mageBasedHeigthMap… But when I create this TerrainBlock, my game fps goes down to 97fps (my pc is a Atlhon XP 64 3.0, 512 RAM, but I need that this game runs in a pc much much slower than my pc), and when I dettach the TerrainBlock Node, thes fps goes up to 410 fps…
Is there anyone that my TerrainBlock reduces vertices number?
here is the code (a class that is responsible for creating my TerrainBlock):
public class criaTerreno {
public static TerrainBlock carregaTerreno(DisplaySystem display)
{
TerrainBlock tb;
not expert help but ProceduralSplat doesn't seem to be much of a "race horse" compare terrain tests and see for yourself and what size image are you using for the terrain 512px maps drop fps considerably in my experience, a couple years ago I could barely load 128*128 image on my old Athlon 1.1/Ge force 2/512mb ram