home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
EXAMPLES
/
README
< prev
next >
Wrap
Text File
|
2000-02-11
|
1KB
|
42 lines
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
circtxt.c fcirctxt.f pcirctxt.p
moretxt.c fmoretxt.f pmoretxt.p
jtext.c fjtext.f pjtext.p
getstr.c fgetstr.f pgetstr.p
lstyles.c flstyles.c plstyles.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, beer.c and showg.c is provided for the general interest.
If you are using SUNVIEW or an X11 toolkit, there are additional examples
in the directories sunview, xview and xt.