Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

glu.html 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <HTML>
  2. <TITLE>SGI GLU</TITLE>
  3. <link rel="stylesheet" type="text/css" href="mesa.css"></head>
  4. <BODY>
  5. <H1>SGI SI GLU</H1>
  6. (Silicon Graphics, Inc. Sample Implementation of the OpenGL Utility library)
  7. <p>
  8. SGI open-sourced their OpenGL Sample Implementation (SI) in January, 2000.
  9. This includes the GLU library.
  10. </p>
  11. <p>
  12. The SI GLU library implements GLU version 1.3 whereas the original
  13. Mesa GLU library only implemented version 1.2.
  14. We recommend using the SI GLU library instead of Mesa's GLU library
  15. since it's more up-to-date, complete and reliable.
  16. We're no longer developing the original Mesa GLU library.
  17. </p>
  18. <p>
  19. The SI GLU library code is included in the Mesa distribution.
  20. You don't have to download it separately.
  21. </p>
  22. <p>
  23. <b>Olivier Michel</b> has made Linux RPMs of GLU for i386 and PowerPC.
  24. You can download them from the
  25. <a href="http://www.sourceforge.net/project/showfiles.php?group_id=3"
  26. target="_parent">download area</a> under <b>Miscellaneous</b>.
  27. </p>
  28. <p>
  29. Visit the <a href="http://oss.sgi.com/projects/ogl-sample/" target="_parent">
  30. OpenGL Sample Implementation home page</a> for more information about the SI.
  31. </p>
  32. </body>
  33. </html>