
This directory contains example programs which may also be used in testing a
new driver. If you are testing a new driver the trivial.{c,f} is of most
use, followed by views.{c,f}, and then poly.{c,f}. When those three work, try
the others. loc.{c,f} can be used for testing the mouse device if you have
one.

From the point of view of learning how to use VOGLE the suggested reading
order is below.

	C			FORTRAN			Pascal

	__________		__________		__________

	trivial.c		ftrivial.f		ptrivial.p
	simple.c		fsimple.f		psimple.p
	shapes.c		fshapes.f		pshapes.p
	poly.c			fpoly.f			ppoly.p
	views.c			fviews.f		pviews.p
	distrt.c		fdistrt.f		--
	circtxt.c		fcirctxt.f		pcirctxt.p
	moretxt.c		fmoretxt.f		pmoretxt.p
	getstr.c		fgetstr.f		pgetstr.p
	curves.c		fcurves.f		pcurves.p
	patches.c		fpatches.f		ppatches.p
	balls.c			fballs.f		pballs.p
	objvws.c		fobjvws.f		pobjvws.p
	world.c			fworld.f		pworld.p
	cube.c			fcube.f			pcube.p
	tetra.c			ftetra.f		ptetra.p
	loc.c			floc.f			ploc.p
	lcube.c			flcube.f		plcube.p


teapot.c and showg.c is provided for the general interest.

