README 634 B

123456789101112131415161718192021222324
  1. Derived from
  2. https://cgit.freedesktop.org/mesa/glu/
  3. commit 0bf42e41c8b63fc2488dd8d41f696310b5a5a6a7
  4. Fri Jun 10 05:30:00 2016
  5. This directory contains just the libtess tesselation library to be statically compilable without OpenGL dependencies.
  6. Only the following functions are provided, and mangled:
  7. mgluNewTess
  8. mgluDeleteTess
  9. mgluTessBeginPolygon
  10. mgluTessBeginContour
  11. mgluTessVertex
  12. mgluTessEndPolygon
  13. mgluTessEndContour
  14. mgluTessProperty
  15. mgluTessNormal
  16. mgluTessCallback
  17. mgluGetTessProperty
  18. mgluBeginPolygon
  19. mgluNextContour
  20. mgluEndPolygon
  21. Do include gl.h, glu.h or glut.h together with glu-libtess.h, you would get symbol clashes!