-
机器人 OpenGL 阿凡达
OpenGL(开 Graphics L图书馆) is a 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-09 02:30:05下载
- 积分: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
-
基于VC++的opengl经典图形算法开发文档
基于VC++的opengl经典图形算法开发文档-Based on VC++ The opengl classic graphics algorithms to develop a document
- 2022-12-12 22:50:03下载
- 积分:1
-
opengl开发的屏幕保护的界面,代码中有三种模式,可切换颜色.
opengl开发的屏幕保护的界面,代码中有三种模式,可切换颜色.-opengl development of the screen interface code has three models, switching colors.
- 2022-06-21 21:08:46下载
- 积分:1
-
本程序使用OpenGL粒子系统实现了星云的简单模拟。粒子随机产生,粒子使用了各个基本属性。程序有详尽的说明,初学者更容易学习和掌握粒子系统,是很好的学习材料。...
本程序使用OpenGL粒子系统实现了星云的简单模拟。粒子随机产生,粒子使用了各个基本属性。程序有详尽的说明,初学者更容易学习和掌握粒子系统,是很好的学习材料。-procedures for the use of the OpenGL particles of the planetary system to achieve a simple simulation. Randomly generated particles, the particles using various fundamental attributes. Procedures are spelled out, beginners are easier to learn and master particle system, is a very good learning materials.
- 2022-02-03 17:15:15下载
- 积分:1
-
《open GL 超级宝典 第五版》示例代码
资源描述《open GL 超级宝典 第五版》一书中的全部示例代码
- 2022-10-30 17:40:09下载
- 积分:1
-
sph流体仿真
项目是光滑粒子动力学(SPH)流体模拟研究 - 本质上模拟流体,成千上万的小颗粒,该方法的基本思想是将连续的流体(或固体)用相互作用的质点组来描述,各个物质点上承载各种物理量,包括质量、速度等,通过求解质点组的动力学方程和跟踪每个质点的运动轨道,求得整个系统的力学行为用C++与OpenGL的。
- 2022-05-20 16:38:47下载
- 积分:1
-
vc环境下开发的opengl performer应用程序,脱离performer环境运行时,所需要的系统文件。只要将这些文件复制到自己performer 执行程...
vc环境下开发的opengl performer应用程序,脱离performer环境运行时,所需要的系统文件。只要将这些文件复制到自己performer 执行程序目录下即可。注意:这些文件一定要同你所用performer的版本一致。这里是3.2.1版-vc environment developed opengl performer applications, run-time environment from the performer, the required system files. Simply copy these files to their own enforcement procedures performer directory can be. Note: These documents must be used with your version of consistent performer. Here is version 3.2.1
- 2023-01-10 10:45:04下载
- 积分:1
-
提供了在vc中使用opengl的通用配置和初始化功能,避免了每次使用opengl编程都要编写重复的配置功能...
提供了在vc中使用opengl的通用配置和初始化功能,避免了每次使用opengl编程都要编写重复的配置功能-in providing vc use opengl generic configuration and initialization function, avoid using opengl programming must be prepared to repeat the role in the allocation
- 2023-07-29 04:25:03下载
- 积分:1
-
ns2 节点创建
在 ns2 中的节点创建。
引进高达 100 节点创建一个节点
和节点之间建立连接...
- 2022-03-20 08:36:06下载
- 积分:1