Index of /classes/opengl/examples/transformations

      Name                    Last modified       Size  Description

[DIR] Parent Directory 19-Jun-1999 10:32 - [TXT] Makedepend 07-Jun-1999 10:21 2k [TXT] Makefile 05-Jun-1999 22:59 1k [TXT] Makefile.win 05-Jun-1999 22:59 1k [TXT] matrixmodes 07-Jun-1999 10:21 117k [TXT] matrixmodes.c 05-Jun-1999 22:59 3k [TXT] orthoRotate 07-Jun-1999 10:20 117k [TXT] orthoRotate.c 05-Jun-1999 22:59 2k [TXT] perspectiveRotate 07-Jun-1999 10:21 117k [TXT] perspectiveRotate.c 05-Jun-1999 22:59 3k [TXT] transforms 07-Jun-1999 10:20 117k [TXT] transforms.c 05-Jun-1999 22:59 3k


      ~opengl/examples/transformations README

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



   transforms.c:  demonstrates the modeling transformations: glRotate,
		glTranslate and glScale

	Escape key	- exit program


   orthoRotate.c: demonstrates the effect of a rotate in an orthographic
		projection.  A grid is rotate about the x-axis, but ends 
		up looking squashed because we're using an orthographic
		projection.

	Escape key	- exit program


   perspectiveRotate.c: demonstrates the use of glPerspective.  A grid is
		rotated about the X axis.  

	Escape key	- exit program


   matrixmodes.c: demonstrates how to use the projection and modelview
		matrix stacks to keep projection and modeling transformations
		separate

	Escape key	- exit program