从文件读取数据并用OPENGL画图

qq_54870552 35 0 CPP 2018-12-16 04:12:13

#include #include #include #include #include #include using namespace std; class POINT { public: float x,y,z; }; const static int NumOfVertex=11610;//顶点数 const static int NumOfTriangle=23216;//三角形个数

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2018-12-16 04:12:13

还不错,我提取了对我有用的代码,帮到我了

Generic placeholder image 卡了网匿名网友 2018-12-16 04:12:13

非常好,很不错

Generic placeholder image 卡了网匿名网友 2018-12-16 04:12:13

不错的资源,就是what。txt文件没有附在里面,代码是可以参考的