[TerrainEditorOpenGl] - Terrain editor with VC2005 OpenGL development bonus scene three examples are best examples of learning terrain Editor
[proj6_terrain] - beginners help source for opengl
[TerrainEffectEditor] - game terrain effect editor
[GameCarTerrain] - J2ME for mobile 3D car racing game features on the phone. Source code integrity, and can be used directly.
[Terrain] - Here you can see how to use OpenGL library to create a simple terrain using two bitmaps. It's great!
In the WinMain function the main window which will be shown will be defined. Then we try to change the display resolution to 800 x 600 to render our terrain. To do this I used the DEVMODE structure to define the new screen resolution. Then I called ChangeDisplaySettings funtion to change the display resrolution. After creating the window simply we have a loop to survive the program and inside that we call the Render() function which renders our scene.
In the Render() function we shall define different objects. First of all we define the camer behaviour. using the Mouse in Y direction we can get closer or farther away from our terrain. So I used mouseY for this feature. Then using glClear() and gluLookAt we clear our display and set the camera position. Afterwards using glBindTexture() we add the terrain bitmap as the land to our scene. Then between glBegin() and glEnd() we draw our terrain vertexes using glVertex3f() function.
I hope you like it.
[premierpress-focus.on.3d.terrainprog...] - Focus on 3D terrain all programming source code
[Terrain] - DirectX 3D terrain generator example.
[terrain] - opengl program scene based
[TerrainViewer_1333] - 3D terrain by c + +, include maps, skys, colors folders etc.
[TerrainMorph] - morphing.Morph. Shows how easy it is to work with morphing in your own projects