源码之巅峰
全部资源
全部资源
C/C++
C#
PHP
Java
Python
VB
ASP
Html/CSS
Matlab
JavaScript
数据库
模板
其他
上传
VIP购买
登录
注册账号
C#
C/C++
PHP
Java
Python
VB
ASP
Html/CSS
Matlab
JavaScript
数据库
模板
AI
其他
当前位置:> TAG标签 >
Opengl作图
从文件读取数据并用OPENGL画图
0
编程语言:
C/C++
大小:
金币:
上传人:shangyou88
发布日期:2021-01-07
#include GL/glut.h#includeiostream#include fstream#include cstdlib#include vector#include stringusing namespace std;class POINT{public: float x,y,z;};const static int NumOfVertex=11610;//顶点数const static int NumOfTriangle=23216;//三角形
1条
热门下载
从文件读取数据并用OPENGL画图