home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / mesa-1.2.8 / book / notes < prev    next >
Text File  |  1996-05-27  |  2KB  |  90 lines

  1. Notes on book demos
  2.  
  3. These samples were written by SGI and can be found in the OpenGL
  4. Programming Guide.  They are also available by anonymous ftp from
  5. sgi.com (opengl/opengl.tar.Z).
  6.  
  7. Minor bug fixes have been made to some files.
  8.  
  9. #include <stdio.h> was added to many files.
  10.  
  11. See the README file for copyright information.
  12.  
  13. Last updated on July 28, 1995.
  14.  
  15.  
  16.  
  17. file        Mesa compatibility
  18. ---------------------------------------------------------------
  19. accanti.c    works
  20. accnot.c    works, but lighting on sphere is slightly wrong (gluSphere)
  21. accpersp.c    works
  22. accum.c        works
  23. aim.c        works
  24. alpha.c        works
  25. alpha3D.c    works
  26. anti.c        antialiasing not implemented yet
  27. antiindex.c    antialiasing not implemented yet
  28. antipindex.c    antialiasing not implemented yet
  29. antipoint.c    antialiasing not implemented yet
  30. antipoly.c    antialiasing not implemented yet
  31. bezcurve.c    works
  32. bezmesh.c    works
  33. bezsurf.c    works
  34. checker.c    works
  35. checker2.c    works
  36. chess.c        works
  37. clip.c        works
  38. colormat.c    works
  39. cone.c        works
  40. cube.c        works
  41. curve.c        works
  42. depthcue.c    works
  43. disk.c        works
  44. dof.c        works, but slow
  45. dofnot.c    works
  46. double.c    works
  47. drawf.c        works
  48. feedback.c    works
  49. fog.c        works
  50. fogindex.c    works
  51. font.c        works
  52. light.c        works
  53. linelist.c    works
  54. lines.c        works
  55. list.c        works
  56. list2.c        works
  57. maplight.c    works
  58. material.c    works
  59. mipmap.c    mipmapping not implemented
  60. model.c        works
  61. movelight.c    works
  62. nurbs.c        works but shading isn't quite right.
  63. pickdepth.c    works, but pink rectangle isn't drawn
  64. pickline.c    works
  65. picksquare.c    works
  66. plane.c        works
  67. planet.c    works
  68. planetup.c    works
  69. polys.c        works
  70. robot.c        works
  71. sccolorlight.c    works
  72. scene.c        works
  73. scenebamb.c    works
  74. sceneflat.c    works
  75. select.c    works
  76. simple.c    works
  77. smooth.c    works
  78. sphere.c    works
  79. stencil.c    works
  80. stroke.c    works
  81. surface.c    works
  82. tea.c        works
  83. teaambient.c    works
  84. teapots.c    works
  85. texgen.c    works
  86. texturesurf.c    works
  87. trim.c        trimmed NURBS not implemented yet
  88. xfont.c        works
  89.  
  90.