home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl1 / examples / modeling / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  843 b   |  33 lines

  1.  
  2.         to compile programs in the above-indicated sub- directories/trees,
  3.        one must load libglut. inst-able images of GLUT v3.1 are located at 
  4.                 toolbox/src/exampleCode/opengl/GLUT/inst/ 
  5.  
  6.                   -------------------------------------
  7.  
  8.       ~opengl1/examples/modeling README
  9.  
  10.             Copyright 1991-1996, Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.  
  16.    order.c:  demonstrates the effect of transformation order 
  17.     
  18.     <o> key        - change transformation order
  19.     Escape key    - exit program
  20.  
  21.  
  22.    robot_arm.c: demonstrates how to compose multiple transformations to
  23.             create a complex scene
  24.  
  25.     Escape key    - exit program
  26.  
  27.  
  28.    robot_claw.c: demonstrates the use of glPushMatrix()/glPopMatrix to
  29.             get independent transformations
  30.  
  31.     Escape key    - exit program
  32.  
  33.