gettessproperty.3gl 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 gettesspr
  9. .ds Xs 26656 3 gettessproperty.gl
  10. .TH GLUGETTESSPROPERTY 3G
  11. .SH NAME
  12. .B "gluGetTessProperty
  13. \- get a tessellation object property
  14. .SH C SPECIFICATION
  15. void \f3gluGetTessProperty\fP(
  16. GLUtesselator* \fItess\fP,
  17. .nf
  18. .ta \w'\f3void \fPgluGetTessProperty( 'u
  19. GLenum \fIwhich\fP,
  20. GLdouble* \fIdata\fP )
  21. .fi
  22. .EQ
  23. delim $$
  24. .EN
  25. .SH PARAMETERS
  26. .TP \w'\fIwhich\fP\ \ 'u
  27. \f2tess\fP
  28. Specifies the tessellation object (created with \%\f3gluNewTess\fP).
  29. .TP
  30. \f2which\fP
  31. Specifies the property whose value is to be fetched. Valid values are
  32. \%\f3GLU_TESS_WINDING_RULE\fP,
  33. \%\f3GLU_TESS_BOUNDARY_ONLY\fP, and
  34. \%\f3GLU_TESS_TOLERANCE\fP.
  35. .TP
  36. \f2data\fP
  37. Specifies a pointer to the location into which the value of the
  38. named property is written.
  39. .SH DESCRIPTION
  40. \%\f3gluGetTessProperty\fP retrieves properties stored in a tessellation object. These
  41. properties affect the way that tessellation objects
  42. are interpreted and rendered. See the
  43. \%\f3gluTessProperty\fP reference page for information about the
  44. properties and what they do.
  45. .SH SEE ALSO
  46. \%\f3gluNewTess(3G)\fP,
  47. \%\f3gluTessProperty(3G)\fP