ok guys nothing will load....what am I doing wrong.
I am seeing an aweful lot on the boards about height maps, terrain maps and texture maps...what are they?
As a complete newbie to game development I dont know what all these things are.
Anyone have some tut's or examples for code or something I can peek at ?
This is what I have right now and it does nothing. I just want to be able to load some terrain LOL
oDBTerrain.SetupTerrain();
oDBTerrain.MakeObjectTerrain(1);
oDBTerrain.LoadTerrain("PATH_TO_FILE/map.dbo", 1);
oDBTerrain.SetTerrainScale(1, 1000, 1000, 100);
oDBTerrain.BuildTerrain(1);