3-d landscape generator with a sea-level using fractals description
3-d landscape generator with a sea-level using fractals.
Basic source.
The following programs generate a 3-d landscape with a sealevel using fractals.
The program was converted from a similar one in an 85 Creative Computing.
3DSEA.BAS is the ASCII listing in Turbo Basic
3DSEA.EXE is the non 8087 version
The program will run extremely fast using a NEC V20 otherwise you may wait
a while.
File List:
3DSEA.BAS
3Kb
3DSEA.EXE
37Kb
READ.ME
336b
Similar code
3-d terrain generator V1.0 (C Source)
(Popularity: ) : This code will give u an idea about generating a 3D fractal surface using 3D transformations and fractal algorithm. using turbo C 3.0 (Screen Shot/Source included)