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 / transformations / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  1.1 KB  |  42 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/transformations README
  9.  
  10.             Copyright 1991-1996, Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.  
  16.    transforms.c:  demonstrates the modeling transformations: glRotate,
  17.         glTranslate and glScale
  18.  
  19.     Escape key    - exit program
  20.  
  21.  
  22.    orthoRotate.c: demonstrates the effect of a rotate in an orthographic
  23.         projection.  A grid is rotate about the x-axis, but ends 
  24.         up looking squashed because we're using an orthographic
  25.         projection.
  26.  
  27.     Escape key    - exit program
  28.  
  29.  
  30.    perspectiveRotate.c: demonstrates the use of glPerspective.  A grid is
  31.         rotated about the X axis.  
  32.  
  33.     Escape key    - exit program
  34.  
  35.  
  36.    matrixmodes.c: demonstrates how to use the projection and modelview
  37.         matrix stacks to keep projection and modeling transformations
  38.         separate
  39.  
  40.     Escape key    - exit program
  41.  
  42.