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

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1996.
  3. ."
  4. .TH glutSolidCube 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutSolidCube, glutWireCube - render a solid or wireframe cube respectively. 
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void glutSolidCube(GLdouble size);
  11. void glutWireCube(GLdouble size);
  12. .fi
  13. .SH ARGUMENTS
  14. .IP fIsizefP 1i
  15. Length of each edge.
  16. .SH DESCRIPTION
  17. glutSolidCube and glutWireCube render a solid or wireframe cube
  18. respectively. The cube is centered at the modeling coordinates origin with
  19. sides of length size. 
  20. .SH SEE ALSO
  21. glutSolidSphere, glutSolidCone, glutSolidTorus, glutSolidDodecahedron,
  22. glutSolidOctahedron, glutSolidTetrahedron, glutSolidIcosahedron,
  23. glutSolidTeapot
  24. .SH AUTHOR
  25. Mark J. Kilgard (mjk@nvidia.com)