CHEETAH.W

静心积累

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年11月17日

摘要: 直接把代码弄进来,课上如果能讲到的话……View Code #include <gl/glut.h>#include <math.h>const float PI = 3.1416;float ax = 0.0f;float ay = 0.0f;float az = 0.0f;double et1 = 0.0;double et2 = 0.0;double d = 500.0;int mx = 0;int my = 0;void Drawing_Box(){ glPushMatrix(); glPolygonMode(GL_BACK,GL_LINE); glTrans. 阅读全文
posted @ 2011-11-17 00:16 Ethan.Wong 阅读(293) 评论(0) 推荐(0) 编辑