Index of /classes/opengl/examples/transformations
Name Last modified Size Description
Parent Directory 19-Jun-1999 10:32 -
Makedepend 07-Jun-1999 10:21 2k
Makefile 05-Jun-1999 22:59 1k
Makefile.win 05-Jun-1999 22:59 1k
matrixmodes 07-Jun-1999 10:21 117k
matrixmodes.c 05-Jun-1999 22:59 3k
orthoRotate 07-Jun-1999 10:20 117k
orthoRotate.c 05-Jun-1999 22:59 2k
perspectiveRotate 07-Jun-1999 10:21 117k
perspectiveRotate.c 05-Jun-1999 22:59 3k
transforms 07-Jun-1999 10:20 117k
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