home *** CD-ROM | disk | FTP | other *** search
-
- to compile programs in the above-indicated sub- directories/trees,
- one must load libglut. inst-able images of GLUT v3.1 are located at
- toolbox/src/exampleCode/opengl/GLUT/inst/
-
- -------------------------------------
-
- ~opengl1/examples/modeling README
-
- Copyright 1991-1996, Silicon Graphics, Inc.
- Technical Education Development
- All Rights Reserved.
-
-
-
- order.c: demonstrates the effect of transformation order
-
- <o> key - change transformation order
- Escape key - exit program
-
-
- robot_arm.c: demonstrates how to compose multiple transformations to
- create a complex scene
-
- Escape key - exit program
-
-
- robot_claw.c: demonstrates the use of glPushMatrix()/glPopMatrix to
- get independent transformations
-
- Escape key - exit program
-
-