Given an input file, this generates a heightmap, from which you can then generate a texure to get a complete terrain object. More...
Given an input file, this generates a heightmap, from which you can then generate a texure to get a complete terrain object.
Sample usage:
% terraHeightGen sample-input.txt sample
That will read the file "sample-input.txt" for parameters, and then output two files:
Note that sample.ppm is referred to by the hfield file, but the PPM does not exist! Use terraTextureGen to create the ppm file from these two input files.