Loading an object (3ds, w3d, obj etc...) as terrain or ground?

All i see is the random terain. How can i load a file to be as the terrain from a specific file like 3ds etc…



what i'm doing is using the flag tutorial and trying to replace the terrain with my own exported terrain.



any help?

See TestTerrainWalking. In addition to generated terrain, it uses some models on top.

where is TestTerrainWalking? All i see is TestObjectWalking with Maggie as a character. Is this the one you were thinking of?

Yeah TestObjectWalking was what I wanted to say.

Most ppl use HeightMaps to 'export' their terrain.



It lends itself better than using a model, check out the TestIsland and/or TestProjectedTexture to see it in action…