newtess.3gl 677 B

12345678910111213141516171819202122232425262728293031
  1. '\" e
  2. '\"! eqn | mmdoc
  3. '\"macro stdmacro
  4. .ds Vn Version 1.2
  5. .ds Dt 6 March 1997
  6. .ds Re Release 1.2.0
  7. .ds Dp May 02 11:53
  8. .ds Dm 37 newtess.g
  9. .ds Xs 16871 3 newtess.gl
  10. .TH GLUNEWTESS 3G
  11. .SH NAME
  12. .B "gluNewTess
  13. \- create a tessellation object
  14. .SH C SPECIFICATION
  15. GLUtesselator* \f3gluNewTess\fP( void )
  16. .nf
  17. .fi
  18. .EQ
  19. delim $$
  20. .EN
  21. .SH DESCRIPTION
  22. \%\f3gluNewTess\fP creates and returns a pointer to a new tessellation object.
  23. This object must be referred to when calling
  24. tessellation functions. A return value of
  25. 0 means that there is not enough memory to allocate the object.
  26. .SH SEE ALSO
  27. \%\f3gluTessBeginPolygon(3G)\fP, \%\f3gluDeleteTess(3G)\fP, \%\f3gluTessCallback(3G)\fP