摘要:
1 #include 2 #include 3 #include 4 using namespace std; 5 const GLsizei width=640; 6 const GLsizei height=480;//设置窗口的宽和高 7 8 void myInit() 9 { 10 glClearColor(0,0,0,0); 11 } 12 ... 阅读全文
posted @ 2017-09-21 09:55
夏天/isummer
阅读(2895)
评论(0)
推荐(0)