-
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 graphics programming code, a good book" s source code, unfortunately did not download the book. Hope that the code for them to learn from
- 2022-10-15 02:15:03下载
- 积分:1
-
OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the basic principle and processes.
- 2022-08-26 01:27:15下载
- 积分:1
-
terrian 3d opengl source
这是一个简单的演示如何使用opengl编程一个terrian。还演示了如何
- 2022-07-03 00:50:52下载
- 积分:1
-
用OpenGL作一个球体
用OpenGL作一个球体-use OpenGL for a ball
- 2022-01-28 13:38:05下载
- 积分:1
-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-01-24 12:58:50下载
- 积分:1
-
it is a kind of game written with Opengl , it is called three ball chess
用OPENGL写的三地游戏 是一款三连棋游戏-it is a kind of game written with Opengl , it is called three ball chess
- 2022-01-26 03:57:16下载
- 积分:1
-
这个是我按照老师的要求写的一个模拟3dmax里面进行坐标变换的opengl的程序,并且可以得到进行转换后的左边的复合矩阵...
这个是我按照老师的要求写的一个模拟3dmax里面进行坐标变换的opengl的程序,并且可以得到进行转换后的左边的复合矩阵
- 2022-03-23 23:45:30下载
- 积分:1
-
Delphi环境下使用OpenGL载入obj 3D模型,很不错的读取实例!
Delphi环境下使用OpenGL载入obj 3D模型,很不错的读取实例!-Delphi environment using OpenGL loading obj 3D model, it is a good example of the read!
- 2022-03-22 15:43:29下载
- 积分:1
-
OpenGL 3D 贪吃蛇
OpenGL 3D 贪吃蛇 源代码
- 2023-07-05 14:20:05下载
- 积分:1