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

GIS编程

开发平台:

Visual C++

  1. If you want to use GLUT but your system lacks OpenGL, you an obtain the
  2. "freeware" Mesa 3-D graphics library.
  3. Mesa is a 3-D graphics library with an API which is very similar to
  4. that of OpenGL (OpenGL is a registered trademark of Silicon Graphics,
  5. Inc).  To the extent that Mesa utilizes the OpenGL command syntax or
  6. state machine, it is being used with authorization from Silicon
  7. Graphics, Inc.  Mesa is written by Brian Paul (brianp@elastic.avid.com)
  8. of Avid Technologies.
  9. If you intend to use GLUT with Mesa, please edit the Glut.cf file and
  10. follow the instructions at the top of the file for using Mesa.
  11. Also, note that a version of the GLUT library source code is contained
  12. in the MesaDemos source code distribution.  The version of the GLUT
  13. library source code in that distribution may be more or less up-to-date
  14. compared to the current GLUT source code distribution.
  15. You can find out more about Mesa from:
  16.   http://www.ssec.wisc.edu/~brianp/Mesa.html
  17. Mesa was originally designed for Unix/X11 systems and is still best
  18. supported on those systems. All you need is an ANSI C compiler and the
  19. X develoment files to use Mesa.
  20. Others have contributed drivers for the Amiga, Apple Macintosh, NeXT,
  21. OS/2, and Windows 95/NT. See the README file included with the Mesa
  22. distribution for more details.
  23. - Mark Kilgard
  24.   November 22, 1998