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

时间:2016-01-01 15:06:15
【文件属性】:

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

文件大小:4KB

文件格式:CPP

更新时间:2016-01-01 15:06:15

Opengl作图 文件读取

#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;//三角形个数


网友评论

  • 还不错,我提取了对我有用的代码,帮到我了
  • 非常好,很不错
  • 不错的资源,就是what。txt文件没有附在里面,代码是可以参考的