README
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. This directory contains a GLUT "hack" program for using SGI's
  2. proprietary X stereo extension (officially named
  3. "SGIFullScreenStereo").  The extension provides stereo support for
  4. mid-range and low-end SGI workstations including Indy and Indigo^2
  5. workstations with Indy, XL, XZ, Extreme, and IMPACT graphics options.
  6. NOTE:  This example "hacks" GLUT to get at private GLUT implementation
  7. variables (basically __glutDisplay).  Any program that does so is
  8. effectively unportable to other GLUT implementations.  SGI's
  9. proprietary X stereo extension is not suitable for portable, direct
  10. support via GLUT's API, so these examples are being released as an
  11. exception to the rule.
  12. To use this example code effectively, you must have:
  13.   o  A low-end or mid-range SGI workstation described above.
  14.   o  IRIX 5.3, 6.1 (Power Indigo^2), 6.2, or higher.
  15.   o  A set of stereo LCD shutter goggles.
  16.   o  A monitor that syncs to the stereo video signal.
  17. To get more information on SGIFullScreenStereo, try:
  18.   man XSGISetStereoBuffer
  19. Mike Blackwell contributed the original GLUT stereo example.  The
  20. example itself is based on a demonstration program found in Appendix 1
  21. of "The CrystalEyes Handbook" by Lenny Lipton, 1991, StereoGraphics
  22. Corp.
  23. - Mark Kilgard
  24.   November 21, 1995