Img_Slide.h
上传用户:sz83729876
上传日期:2013-03-07
资源大小:4140k
文件大小:0k
源码类别:

OpenGL

开发平台:

Windows_Unix

  1. /*
  2.  * Draw ball, or its shadow.
  3.  */
  4. /*
  5.  * global vars
  6.  */
  7. namespace Amiga
  8. {
  9. void init();
  10. void Draw();
  11. void DrawBoingBall();
  12. void BounceBall();
  13. void DrawBoingBallBand( GLfloat long_lo,
  14.                         GLfloat long_hi );
  15. void DrawGrid();
  16. }