#!/bin/sh
#
# generate test pictures w/o using DX interface
# usage: make-test-pics
#

fractal planet.gif
fractal -hmap -sraise sraise.gif
fractal -hmap -craise craise.gif
fractal -hmap -praise praise.gif
fractal -hmap -fbm fbm.gif
fractal -hmap -ssyn ssyn.gif
fractal -hmap -seed 1 -ssyn before.gif
fractal -hmap -seed 1 -ssyn -herode h-after.gif
fractal -hmap -seed 1 -ssyn -terode t-after.gif
fractal -hmap -seed 1 -ssyn -water -rain 0.1 -freq -1 water.gif
fractal -hmap -crater -gray crater.gif
fractal -text -ttype 0 -gray pt.gif
fractal -text -ttype 1 -high 0.25 -gray et.gif
fractal -turb -gray turb.gif
fractal -hmap -ssyn -smooth smooth.gif
fractal -hmap -ssyn -edge edge.gif
#fractal -text -color junk.ppm; ppmtogif junk.ppm > texture.gif
