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 / irisgl_vs_opengl / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  1.8 KB  |  67 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/irisgl_vs_opengl README
  9.  
  10.             Copyright 1991-1996, Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.     alphaTest.c - shows how alpha test can be used with the depth buffer 
  16.         to implement a transparency algorithm
  17.  
  18.     Axes: X - red, Y - green, Z - blue
  19.  
  20.     Left Mousebutton        - move eye position
  21.     Middle Mousebutton      - change twist angle
  22.     Right Mousebutton       - move up / down to zoom in / out
  23.     <b> Key         - cycle through 3 blend functions
  24.     <d> Key         - toggle depth mask on / off
  25.     <R> Key         - reset view
  26.     Escape Key      - exit the program
  27.  
  28.  
  29.    depthcue.c:  demonstrates depth cueing using fog
  30.  
  31.     Escape Key      - exit the program
  32.  
  33.  
  34.    edges.c: demonstrates using the edge flag to mark nonboundary edges
  35.     when subdividing non-convex polygons
  36.  
  37.     Escape Key      - exit the program
  38.  
  39.  
  40.    lineStipple.c: demonstrates the use of line stippling 
  41.  
  42.     Escape Key      - exit the program
  43.  
  44.  
  45.    polygonMode.c: demonstrates the use of the polygon modes and setting
  46.     front face to clockwise or counter-clockwise
  47.  
  48.     Escape Key      - exit the program
  49.  
  50.  
  51.    polygonStipple.c: demonstrates the use of polygon stippling to
  52.     draw a brick pattern on a rectangle primitive 
  53.  
  54.     Escape Key      - exit the program
  55.  
  56.  
  57.    quadrics.c: demonstrates the use of quadrics to draw circles and arcs
  58.  
  59.     Escape Key      - exit the program
  60.  
  61.  
  62.    tessellate.c: demonstrates the use of the tessellation routines to
  63.         tessellate a nonconvex simple polygon
  64.  
  65.     Escape Key      - exit the program
  66.  
  67.