

              TAGL sample programs 

These programs are the ones that are (will be) described in 
the programmers guide. Here is the list:

simple.cc      1st program - Draw a green square.
rgbtri.cc      Draw a shaded RGB triangle.
fractidx.cc    Demonstrate fractional indexes (Dithering).
halftone.cc    Combined use of dithering and Gouraud shading.
mouse.cc       Mouse input demo.
cube.cc        A rotating cube.
rgbcube.cc     A Gouraud shaded cube in RGB mode.
zcubes.cc      ZBuffer demo.
depthcue.cc    A depthcued cube.
contexts.cc    Dual rendering context program.
xcontexts.cc   Rendering through pre-existing X windows.
texcube.cc     Textured cube.

You can build them by typing 'make Samples'
from tagl root directory or by invoking the
'compile Samples' from the 'Samples' menu.

These programs are not very spectacular, they
are usefull only as a starting point for writing
your own applications. This is why they are not
automatically compiled.
