摘要: #include #include #include #include #include #pragma comment(lib, "glu32.lib")#pragma comment(lib, "opengl32.lib")struct GLRGB{GLfloat r,g,b;};void init() {glClearColor(1.0f, 0.0f, 1.0f, 1.0f);glEna... 阅读全文
posted @ 2011-11-12 19:49 Thomas Hwang 阅读(260) 评论(0) 推荐(0) 编辑