1. 首页
  2. 编程语言
  3. C++ 
  4. 从文件读取数据并用OPENGL画图

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

上传者: 2018-12-16 04:47:13上传 CPP文件 3.88KB 热度 38次
#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;//三角形个数
下载地址
用户评论
码姐姐匿名网友 2018-12-16 04:47:13

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

码姐姐匿名网友 2018-12-16 04:47:13

非常好,很不错

码姐姐匿名网友 2018-12-16 04:47:13

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