glutSolidIcosahedron.man
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1996.
  3. ."
  4. .TH glutSolidIcosahedron 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutSolidIcosahedron, glutWireIcosahedron - render a
  7. solid or wireframe icosahedron (20-sided regular solid) respectively. 
  8. .SH SYNTAX
  9. .nf
  10. .LP
  11. void glutSolidIcosahedron(void);
  12. void glutWireIcosahedron(void);
  13. .fi
  14. .SH DESCRIPTION
  15. glutSolidIcosahedron and glutWireIcosahedron render a solid
  16. or wireframe icosahedron respectively. The icosahedron is centered at the
  17. modeling coordinates origin and has a radius of 1.0. 
  18. .SH SEE ALSO
  19. glutSolidSphere, glutSolidCube, glutSolidCone, glutSolidTorus, glutSolidDodecahedron,
  20. glutSolidOctahedron, glutSolidTetrahedron,
  21. glutSolidTeapot
  22. .SH AUTHOR
  23. Mark J. Kilgard (mjk@nvidia.com)