-
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
-
Letra P-Java OPENGL
Letra A e letra L em JAVA OpenGL。
Letra A e letra L em JAVA OpenGL。
Letra A e letra L em JAVA OpenGL。
- 2023-05-05 07:15:02下载
- 积分:1
-
贪吃蛇游戏
#include < stdio.h >
#include < time.h >
#include < windows.h >
#include < gl/glut.h >
#define 1
#define 下 2
#define 左 3
#define 右 4
状态变量
闪烁
- 2022-02-07 21:32:42下载
- 积分:1
-
一个简单的3D射击游戏的游戏引擎,功能类似于CS游戏
一个简单的3D射击游戏的游戏引擎,功能类似于CS游戏-A simple 3D shooting game of the game engine, features similar to CS game
- 2022-05-30 21:44:12下载
- 积分:1
-
三维开发成果(OPENGL)
三维开发成果(OPENGL)-3D development results (OpenGL)
- 2022-02-03 13:21:43下载
- 积分:1
-
学习OpenGL的最好程序
学习OpenGL的最好程序-learning OpenGL the best procedures
- 2022-03-18 22:05:44下载
- 积分:1
-
opengl教程,包括nehe教程(前十章)与基本知识
opengl教程,包括nehe教程(前十章)与基本知识-opengl guides, including nehe Directory (formerly 10) and basic knowledge
- 2022-11-18 22:15:03下载
- 积分:1
-
在MFC中使用OpenGL的例子,适合初学者
在MFC中使用OpenGL的例子,适合初学者-the MFC example of the use of OpenGL, for beginners
- 2022-03-23 03:38:37下载
- 积分:1
-
OpenGL程序创建3D对象
the opengl program to create the 3d objects-the opengl program to create the 3d objects...
- 2022-07-07 08:37:17下载
- 积分:1
-
一个C#使用OpenGL库的例子程序,相信会对你有所启发
一个C#使用OpenGL库的例子程序,相信会对你有所启发-a C# use OpenGL procedures for example, I believe you may find inspiration
- 2022-02-14 11:25:16下载
- 积分:1