Index of /classes/opengl/examples/irisgl_vs_opengl
Name Last modified Size Description
Parent Directory 19-Jun-1999 10:32 -
Makedepend 07-Jun-1999 10:19 4k
Makefile 05-Jun-1999 22:59 1k
alphaTest 07-Jun-1999 10:18 159k
alphaTest.c 05-Jun-1999 22:59 8k
depthcue 07-Jun-1999 10:18 123k
depthcue.c 05-Jun-1999 22:59 3k
edges 07-Jun-1999 10:19 116k
edges.c 05-Jun-1999 22:59 3k
lineStipple 07-Jun-1999 10:19 116k
lineStipple.c 05-Jun-1999 22:59 3k
polygonMode 07-Jun-1999 10:19 116k
polygonMode.c 05-Jun-1999 22:59 4k
polygonStipple 07-Jun-1999 10:19 116k
polygonStipple.c 05-Jun-1999 22:59 4k
quadrics 07-Jun-1999 10:19 116k
quadrics.c 05-Jun-1999 22:59 3k
tessellate 07-Jun-1999 10:19 118k
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