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

GIS编程

开发平台:

Visual C++

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