2012年4月8日
摘要: 效果图:代码: 1 #define GLUT_DISABLE_ATEXIT_HACK 2 #include "gl/glut.h" 3 4 5 GLfloat AngleX; 6 GLfloat AngleY; 7 8 void OnDisplay(void); 9 void OnReShape(int,int); 10 void OnKey(GLint,GLint,GLint); 11 void SetupRC(); 12 13 void main(int argc,char* argv[]) 14 { 15 glutInit(&argc,argv); 16 gl 阅读全文
posted @ 2012-04-08 11:55 xiacl 阅读(927) 评论(0) 推荐(0) 编辑