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