-
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
-
在VC6.0下用OpenGL编写的一个可以用键盘控制的魔方程序!
在VC6.0下用OpenGL编写的一个可以用键盘控制的魔方程序!-In VC6.0 using OpenGL can be used to prepare a keyboard control procedures Cube!
- 2022-03-20 22:54:40下载
- 积分:1
-
使用OpenGL读取3DS文件的示例代码,可以旋转,可以运行
使用OpenGL读取3DS文件的示例代码,可以旋转,可以运行
-3DS file to read using the OpenGL sample code, you can rotate, you can run
- 2023-06-15 03:25:27下载
- 积分:1
-
一个opengl框架,对于OPENGL初学者而言有很大的借鉴意义
一个opengl框架,对于OPENGL初学者而言有很大的借鉴意义-a framework for beginners OpenGL terms of reference have great significance
- 2022-05-25 14:18:15下载
- 积分:1
-
MAX708一种微处理器电源监控和看门狗芯片说明
MAX708一种微处理器电源监控和看门狗芯片说明-MAX708 a microprocessor chip power supply monitoring and watchdog Description
- 2022-03-23 19:37:46下载
- 积分:1
-
opengl游戏编程 书中实例的第5章代码
opengl游戏编程 书中实例的第5章代码-opengl game programming book, Chapter 5 of the code examples
- 2023-04-30 18:35:04下载
- 积分:1
-
用OpenGL写的一个类似台球的小游戏,包括对了OpenGL的基本操作和简单的力学碰撞模型。由于是作为学习OpenGL的习作来做,文件名起的比较随意,其中1.c...
用OpenGL写的一个类似台球的小游戏,包括对了OpenGL的基本操作和简单的力学碰撞模型。由于是作为学习OpenGL的习作来做,文件名起的比较随意,其中1.cpp中包含了程序运行主体,phyobject.cpp中提供了力学碰撞的物理模型-with OpenGL write a similar pool of small game, including a pair of OpenGL and the basic operation of a simple mechanical model of the collision. Since OpenGL is learning to do the exercises, since the documents were more freely 1.cpp which includes the main operating procedures, provided phyobject.cpp collision mechanics of the physical model
- 2022-03-24 02:24:16下载
- 积分:1
-
MFC直线椭圆
利用MFC制作的显示线段和椭圆等图形的锯齿,有界面,可以调整参数
- 2023-08-29 02:20:07下载
- 积分:1
-
查看OpenGL 3D渲染
在OpenGL视图中绘制三维物体-view of the OpenGL 3D Rendering
- 2022-01-26 06:45:14下载
- 积分:1
-
opengl红宝书第五版的示范程序,适合初学者调试
opengl红宝书第五版的示范程序,适合初学者调试-opengl Red Treasure Book for the fifth edition of the model procedures for beginners Debugging
- 2022-08-15 22:53:30下载
- 积分:1