-
STL读取
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CListNodeOfCPoint3D::CListNodeOfCPoint3D( const CPoint3D& P) : data(P), nextPtr(0)
{
}
CListNodeOfCPoint3D::~CListNodeOfCPoint3D()
{
}
CPoint3D CListNodeOfCPoint3D::GetData() const
{
return data;
}
- 2022-04-23 19:55:30下载
- 积分:1
-
Opengl超级宝典
Opengl超级宝典-Opengl book
- 2022-02-16 02:37:11下载
- 积分:1
-
VC++下OpenGL图形基本框架
在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出.
- 2022-07-03 06:18:28下载
- 积分:1
-
OpenGL程序实例动画
Examples animation of opengl program
- 2022-12-05 06:30:03下载
- 积分:1
-
OpenGl 要用到的一个软件,Gult函数库
OpenGl 要用到的一个软件,Gult函数库-OpenGl to use a software, Gult library
- 2022-03-17 12:08:13下载
- 积分:1
-
NURBS 非均匀有理B样条 实现飘动的头发
NURBS 非均匀有理B样条 实现飘动的头发-NURBS Non-Uniform Rational B-Spline achieve floating in the hair
- 2022-03-22 20:56:36下载
- 积分:1
-
物流模拟软件(opengl)
对现实进行简单抽象,使用floyd算法和蚁群算法相结合对单仓库多配送目标的配送路线进行计算最短时间和最短路程,采用opengl绘制三维场景及车辆,模拟车辆运行,实现三维的物流配送模拟
- 2022-09-13 21:40:04下载
- 积分:1
-
an opengl games of the Snake
一个opengl的贪吃蛇游戏-an opengl games of the Snake
- 2022-12-15 12:40:03下载
- 积分:1
-
编译程序所需的.H、.LIB、.DLL文件可以在OpenGL开发库中找到。
编译Chapter12中的程序需要安装DirectX81SDK,可以从网上下载。...
编译程序所需的.H、.LIB、.DLL文件可以在OpenGL开发库中找到。
编译Chapter12中的程序需要安装DirectX81SDK,可以从网上下载。-compiler required. H,. LIB,. DLL files in the development of the OpenGL found. Chapter12 compile the procedures need to install DirectX81SDK can be downloaded from the Internet.
- 2023-03-31 20:40:05下载
- 积分:1
-
OpenGL光影效果
这个是我开发的OpenGL动态光影效果,直接运行anim.exe.按eq旋转人物,上下左右调整视角,1切换全屏,2切换视角,iopjkl切换人物的不同动作.
- 2022-08-24 00:58:49下载
- 积分:1