Parallel
terrain.asc
Associated article: Generating Realistic Terrain
Tags: Database Parallel Design
_GENERATING REALISTIC TERRAIN_
by Robert Krten
Listing One
# Makefile for fractal fault routine
# For QNX 4.2, but should be reasonably portable
# 1993 11 25 R. Krten released for publication / public use
CFLAGS = -4 -Oxr -w9 -mf
fault: common.o fault.o
cc $(CFLAGS) -o ...


