this picture I capture from T.E.D.
in that program it show 2 detail texture.How do I do like this.
but when I export to texture it as a jpg file only 1024
and no Detail..like this below..
I use command of terrain like this.
dbLoadImage ( "map1.jpg", 1 );
dbLoadImage ( "detail.jpg", 2 );
dbSetupTerrain ( );
dbMakeObjectTerrain ( 1 );
dbSetTerrainHeightMap ( 1, "map1_HM8.bmp" );
dbSetTerrainScale ( 1, 2.0f, 0.6f, 2.0f );
dbSetTerrainLight ( 1, 1.0f, -0.25f, 0.0f, 1.0f, 1.0f,0.78f,0.5f );
dbSetTerrainTexture ( 1, 1, 2 );
dbBuildTerrain ( 1 );
about >> dbSetTerrainTexture ( 1, 1, 2 ); // is this already advance terrain texture in darkGdk?or I must use another terrain's dll.
I saw another map terrain ..his detail is so nice.
like here>
http://www.youtube.com/watch?v=fYvlkOXHGL4