Index of /classes/opengl/examples/irisgl_vs_opengl

      Name                    Last modified       Size  Description

[DIR] Parent Directory 19-Jun-1999 10:32 - [TXT] Makedepend 07-Jun-1999 10:19 4k [TXT] Makefile 05-Jun-1999 22:59 1k [TXT] alphaTest 07-Jun-1999 10:18 159k [TXT] alphaTest.c 05-Jun-1999 22:59 8k [TXT] depthcue 07-Jun-1999 10:18 123k [TXT] depthcue.c 05-Jun-1999 22:59 3k [TXT] edges 07-Jun-1999 10:19 116k [TXT] edges.c 05-Jun-1999 22:59 3k [TXT] lineStipple 07-Jun-1999 10:19 116k [TXT] lineStipple.c 05-Jun-1999 22:59 3k [TXT] polygonMode 07-Jun-1999 10:19 116k [TXT] polygonMode.c 05-Jun-1999 22:59 4k [TXT] polygonStipple 07-Jun-1999 10:19 116k [TXT] polygonStipple.c 05-Jun-1999 22:59 4k [TXT] quadrics 07-Jun-1999 10:19 116k [TXT] quadrics.c 05-Jun-1999 22:59 3k [TXT] tessellate 07-Jun-1999 10:19 118k [TXT] tessellate.c 05-Jun-1999 22:59 6k


      ~opengl/examples/irisgl_vs_opengl README

            Copyright 1991-1999, Silicon Graphics,  Inc.
            All Rights Reserved.


    alphaTest.c - shows how alpha test can be used with the depth buffer 
		to implement a transparency algorithm

	Axes: X - red, Y - green, Z - blue

	Left Mousebutton        - move eye position
	Middle Mousebutton      - change twist angle
	Right Mousebutton       - move up / down to zoom in / out
	<b> Key         - cycle through 3 blend functions
	<d> Key         - toggle depth mask on / off
	<R> Key         - reset view
	Escape Key      - exit the program


   depthcue.c:  demonstrates depth cueing using fog

	Escape Key      - exit the program


   edges.c: demonstrates using the edge flag to mark nonboundary edges
	when subdividing non-convex polygons

	Escape Key      - exit the program


   lineStipple.c: demonstrates the use of line stippling 

	Escape Key      - exit the program


   polygonMode.c: demonstrates the use of the polygon modes and setting
	front face to clockwise or counter-clockwise

	Escape Key      - exit the program


   polygonStipple.c: demonstrates the use of polygon stippling to
	draw a brick pattern on a rectangle primitive 

	Escape Key      - exit the program


   quadrics.c: demonstrates the use of quadrics to draw circles and arcs

	Escape Key      - exit the program


   tessellate.c: demonstrates the use of the tessellation routines to
		tessellate a nonconvex simple polygon

	Escape Key      - exit the program