摘要: include include "glut.h" include "iostream" using namespace std; void init(void) { glClearColor(0.0f, 0.0f, 0.0f, 0.0f); glClear(GL_COLOR_BUFFER_BIT); 阅读全文
posted @ 2018-11-15 11:38 Ruohua3kou 阅读(1860) 评论(0) 推荐(0) 编辑