随笔分类 -  其他

摘要:#include <GL/glut.h> #include <iostream> #include <cmath> #include <conio.h> using namespace std; float* pixel; //定义像素点颜色指针,方便自定义三角形颜色,同时代替帧缓冲器 const 阅读全文
posted @ 2020-08-17 15:28 TdFoil 阅读(960) 评论(0) 推荐(0)