-
OpenGL写的一个3D游戏引擎
OpenGL写的一个3D游戏引擎-OpenGL to write a 3D game engine
- 2022-06-02 14:34:46下载
- 积分:1
-
教你如何在OPENGL环境下进行拾取游戏的编辑
教你如何在OPENGL环境下进行拾取游戏的编辑-OPENGL teach you how to pick up the game environment editor
- 2023-06-18 20:50:04下载
- 积分:1
-
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)
对现实进行简单抽象,使用floyd算法和蚁群算法相结合对单仓库多配送目标的配送路线进行计算最短时间和最短路程,采用opengl绘制三维场景及车辆,模拟车辆运行,实现三维的物流配送模拟
- 2022-09-13 21:40:04下载
- 积分:1
-
OpenGL库 行业领域中最为广泛接纳的 2D/3D 图形
OpenGL™ 是行业领域中最为广泛接纳的 2D/3D 图形 API, 其自诞生至今已催生了各种计算机平台及设备上的数千优秀应用程序。OpenGL™ 是独立于视窗操作系统或其它操作系统的,亦是网络透明的。在包含CAD[2] 、内容创作、能源、娱乐、游戏开发、制造业、制药业及虚拟现实等行业领域中,OpenGL™ 帮助程序员实现在 PC、工作站、超级计算机等硬件设备上的高性能、极具冲击力的高视觉表现力图形处理软件的开发。
- 2023-09-05 04:15:04下载
- 积分:1
-
w s levels have a d c z direction of the sun 1 2 Phoenix, the corresponding time...
w s a d 上下左右 z c 太阳的走向 1 2 太阳的对应的时间和经纬度的显示-w s levels have a d c z direction of the sun 1 2 Phoenix, the corresponding time and the display of latitude and longitude
- 2022-03-21 23:00:39下载
- 积分:1
-
我做的OpenGL工程,可以供初学者参考学习。
我做的OpenGL工程,可以供初学者参考学习。- I do the OpenGL project, may refer to the study for the
beginner.
- 2022-04-07 08:01:03下载
- 积分:1
-
windows上的opengl屏保源码
windows上的opengl屏保源码-windows opengl screen guarantees the source code
- 2023-08-04 21:30:04下载
- 积分:1
-
A detailed introduction OpenGL book
一本详细介绍OpenGL的书籍《OpenGL编程指南》-A detailed introduction OpenGL book
- 2022-07-24 15:23:18下载
- 积分:1
-
计算机图形学画直线
计算机图形学画直线,C++基于OpenGL框架的直线生成算法,用DDA画直线算法生成任意直线10000条。
- 2022-03-03 02:51:34下载
- 积分:1