MojoWorld 3.1 exports terrains to many different formats, including several different bitmap formats (PNG, PGM, DEM, etc.) and 3d mesh formats (OBJ, 3DS, LWo, etc.)
Most of the samples provided have been exported at a resolution of 512x512, except where the limits of the format are smaller (3DS is limited to a sample size of 181x181, LWO is limited to a sample size of 256x256).
The link below goes to a directory listing of downloadable samples of the terrain export samples. The file named "00surfacemap.png" is a diffuse color map which can be used for all of the samples. The file "ExportSample.mjw" is the world file including the Parameter Bomb from which the export samples were generated.
An export of the whole planet is also included in the Wavefront OBJ 'texture vertices' format at a resolution of 1024 samples. This includes the files wholeplanet.mtl to apply the wholeplanetmap PNG files to the model.
Continue to the directory of Export Samples